Html Css Color HEX #B12439 Cardinal

📋 copy color: '#B12439'

red 177 ◦ green 36 ◦ blue 57

#B12439
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #B12439

Tints of Cardinal #B12439

RGB

 RED value IS 177 (69.53% from 255) = 65.56%

 GREEN value IS 36 (14.45% from 255) = 13.33%

 BLUE value IS 57 (22.66% from 255) = 21.11%

R = 65.56%
G = 13.33%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B12439 (or 0xB12439) is known color: Cardinal. HEX triplet: B1, 24 and 39. RGB value is (177,36,57). Sum of RGB (Red+Green+Blue) = 177+36+57=270 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.56% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 177 - color contains mainly: red. Hex color #B12439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12439 is #4EDBC6. Grayscale: #505050. Windows color (decimal): -5168071 or 3744945. OLE color: 3744945.

HSL color Cylindrical-coordinate representation of color #B12439: hue angle of 351.06º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12439 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 36 57 -
CMYK 0 0.80 0.68 0.31
HSL 351.06º 0.66% 0.42% -
HSV(B) 351.06º 0.8% 0.69% -
XYZ 19.5 10.9 4.95 -
YUV 80.55 114.71 196.79 -
System Red Green Blue C M Y K H S L
Decimal 177 36 57 0 0.80 0.68 0.31 351.06 0.66 0.42
Hex B1 24 39 0 50 44 1F 15F 42 2A
Octal 261 44 71 0 120 104 37 537 102 52
Binary 10110001 100100 111001 0 1010000 1000100 11111 101011111 1000010 101010

Color Harmonies of #B12439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12439

Black with #B12439

Text Example


Text Example

White with #B12439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12439; }

 p { color: rgb(177,36,57); }

 H1.HeaderClassName
 {
   color: #B12439;
 }
 .AnyTagClassName
 {
   color: #B12439;
 }
</style>

background-color css

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

 a { background-color: rgb(177,36,57); }

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

border-color css

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

 span { border-color: rgb(177,36,57); }

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