#B3253E

Color #B3253E Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B3253E

Tints of Cardinal #B3253E

Color information

#B3253E (or 0xB3253E) is unknown color: approx Cardinal. HEX triplet: B3, 25 and 3E. RGB value is (179,37,62). Sum of RGB (Red+Green+Blue) = 179+37+62=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 62 (24.61% from 255 or 22.30% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B3253E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3253E is #4CDAC1. Grayscale: #525252. Windows color (decimal): -5036738 or 4072883. OLE color: 4072883.

HSL color Cylindrical-coordinate representation of color #B3253E: hue angle of 349.44º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B3253E is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB1793762-
CMYK00.790.650.30
HSL349.44º65.74%42.35%-
HSV(B)349.44º79.33%70.2%-
XYZ20.1211.255.67-
YUV82.31116.54196.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 64.39%
GREEN value IS 37 (14.84% from 255) = 13.31%
BLUE value IS 62 (24.61% from 255) = 22.30%
R=64.39%
G=13.31%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179376200.790.650.30349.4465.7442.35
HexB3253E04F411E15d422a
Octal263457601171013653510252
Binary10110011100101111110010011111000001111101010111011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3253E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3253E; }

 p { color: rgb(179,37,62); }

 H1.HeaderClassName
 {
   color: #B3253E;
 }
 .AnyTagClassName
 {
   color: #B3253E;
 }
</style>
background-color css

<style>
 a { background-color: #B3253E; }

 a { background-color: rgb(179,37,62); }

 div.DivClassName
 {
   background-color: #B3253E;
 }
 .BgClassName
 {
   background-color: #B3253E;
 }
</style>
border-color css

<style>
 span { border-color: #B3253E; }

 span { border-color: rgb(179,37,62); }

 td.TdClassName
 {
   border-color: #B3253E;
 }
 .TagClassName
 {
   border-color: #B3253E;
 }
</style>