Html Css Color HEX #B7112C Cardinal

📋 copy color: '#B7112C'

red 183 ◦ green 17 ◦ blue 44

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

Shades of Cardinal #B7112C

Tints of Cardinal #B7112C

RGB

 RED value IS 183 (71.88% from 255) = 75%

 GREEN value IS 17 (7.03% from 255) = 6.97%

 BLUE value IS 44 (17.58% from 255) = 18.03%

R = 75%
G = 6.97%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B7112C (or 0xB7112C) is known color: Cardinal. HEX triplet: B7, 11 and 2C. RGB value is (183,17,44). Sum of RGB (Red+Green+Blue) = 183+17+44=244 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 183 - color contains mainly: red. Hex color #B7112C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7112C is #48EED3. Grayscale: #454545. Windows color (decimal): -4779732 or 2888119. OLE color: 2888119.

HSL color Cylindrical-coordinate representation of color #B7112C: hue angle of 350.24º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7112C is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 17 44 -
CMYK 0 0.91 0.76 0.28
HSL 350.24º 0.83% 0.39% -
HSV(B) 350.24º 0.91% 0.72% -
XYZ 20.18 10.65 3.37 -
YUV 69.71 113.5 208.8 -
System Red Green Blue C M Y K H S L
Decimal 183 17 44 0 0.91 0.76 0.28 350.24 0.83 0.39
Hex B7 11 2C 0 5B 4C 1C 15E 53 27
Octal 267 21 54 0 133 114 34 536 123 47
Binary 10110111 10001 101100 0 1011011 1001100 11100 101011110 1010011 100111

Color Harmonies of #B7112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7112C

Black with #B7112C

Text Example


Text Example

White with #B7112C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7112C; }

 p { color: rgb(183,17,44); }

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

background-color css

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

 a { background-color: rgb(183,17,44); }

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

border-color css

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

 span { border-color: rgb(183,17,44); }

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