Html Css Color HEX #B7112B Cardinal

📋 copy color: '#B7112B'

red 183 ◦ green 17 ◦ blue 43

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

Shades of Cardinal #B7112B

Tints of Cardinal #B7112B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.7%

R = 75.31%
G = 7%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B7112B (or 0xB7112B) is known color: Cardinal. HEX triplet: B7, 11 and 2B. RGB value is (183,17,43). Sum of RGB (Red+Green+Blue) = 183+17+43=243 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.31% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 183 - color contains mainly: red. Hex color #B7112B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7112B is #48EED4. Grayscale: #454545. Windows color (decimal): -4779733 or 2822583. OLE color: 2822583.

HSL color Cylindrical-coordinate representation of color #B7112B: hue angle of 350.6º 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 #B7112B is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 17 43 -
CMYK 0 0.91 0.77 0.28
HSL 350.6º 0.83% 0.39% -
HSV(B) 350.6º 0.91% 0.72% -
XYZ 20.16 10.64 3.28 -
YUV 69.6 113 208.89 -
System Red Green Blue C M Y K H S L
Decimal 183 17 43 0 0.91 0.77 0.28 350.6 0.83 0.39
Hex B7 11 2B 0 5B 4D 1C 15F 53 27
Octal 267 21 53 0 133 115 34 537 123 47
Binary 10110111 10001 101011 0 1011011 1001101 11100 101011111 1010011 100111

Color Harmonies of #B7112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7112B

Black with #B7112B

Text Example


Text Example

White with #B7112B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7112B; }

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

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

background-color css

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

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

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

border-color css

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

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

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