Html Css Color HEX #B12239 Cardinal

📋 copy color: '#B12239'

red 177 ◦ green 34 ◦ blue 57

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

Shades of Cardinal #B12239

Tints of Cardinal #B12239

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.69%

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

R = 66.04%
G = 12.69%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B12239 (or 0xB12239) is known color: Cardinal. HEX triplet: B1, 22 and 39. RGB value is (177,34,57). Sum of RGB (Red+Green+Blue) = 177+34+57=268 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.04% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 57 (22.66% from 255 or 21.27% from 268); Max value from RGB is 177 - color contains mainly: red. Hex color #B12239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12239 is #4EDDC6. Grayscale: #4F4F4F. Windows color (decimal): -5168583 or 3744433. OLE color: 3744433.

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

Color convert

RGB 177 34 57 -
CMYK 0 0.81 0.68 0.31
HSL 350.35º 0.68% 0.41% -
HSV(B) 350.35º 0.81% 0.69% -
XYZ 19.44 10.79 4.93 -
YUV 79.38 115.38 197.63 -
System Red Green Blue C M Y K H S L
Decimal 177 34 57 0 0.81 0.68 0.31 350.35 0.68 0.41
Hex B1 22 39 0 51 44 1F 15E 44 29
Octal 261 42 71 0 121 104 37 536 104 51
Binary 10110001 100010 111001 0 1010001 1000100 11111 101011110 1000100 101001

Color Harmonies of #B12239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12239

Black with #B12239

Text Example


Text Example

White with #B12239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12239; }

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

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

background-color css

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

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

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

border-color css

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

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

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