Html Css Color HEX #B12036 Cardinal

📋 copy color: '#B12036'

red 177 ◦ green 32 ◦ blue 54

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

Shades of Cardinal #B12036

Tints of Cardinal #B12036

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.17%

 BLUE value IS 54 (21.48% from 255) = 20.53%

R = 67.3%
G = 12.17%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B12036 (or 0xB12036) is known color: Cardinal. HEX triplet: B1, 20 and 36. RGB value is (177,32,54). Sum of RGB (Red+Green+Blue) = 177+32+54=263 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.30% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 177 - color contains mainly: red. Hex color #B12036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12036 is #4EDFC9. Grayscale: #4D4D4D. Windows color (decimal): -5169098 or 3547313. OLE color: 3547313.

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

Color convert

RGB 177 32 54 -
CMYK 0 0.82 0.69 0.31
HSL 350.9º 0.69% 0.41% -
HSV(B) 350.9º 0.82% 0.69% -
XYZ 19.31 10.65 4.53 -
YUV 77.86 114.54 198.71 -
System Red Green Blue C M Y K H S L
Decimal 177 32 54 0 0.82 0.69 0.31 350.9 0.69 0.41
Hex B1 20 36 0 52 45 1F 15F 45 29
Octal 261 40 66 0 122 105 37 537 105 51
Binary 10110001 100000 110110 0 1010010 1000101 11111 101011111 1000101 101001

Color Harmonies of #B12036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12036

Black with #B12036

Text Example


Text Example

White with #B12036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12036; }

 p { color: rgb(177,32,54); }

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

background-color css

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

 a { background-color: rgb(177,32,54); }

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

border-color css

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

 span { border-color: rgb(177,32,54); }

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