Html Css Color HEX #B6112B Cardinal

📋 copy color: '#B6112B'

red 182 ◦ green 17 ◦ blue 43

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

Shades of Cardinal #B6112B

Tints of Cardinal #B6112B

RGB

 RED value IS 182 (71.48% from 255) = 75.21%

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

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

R = 75.21%
G = 7.02%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B6112B (or 0xB6112B) is known color: Cardinal. HEX triplet: B6, 11 and 2B. RGB value is (182,17,43). Sum of RGB (Red+Green+Blue) = 182+17+43=242 (32% of max value = 765). Red value is 182 (71.48% from 255 or 75.21% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 182 - color contains mainly: red. Hex color #B6112B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6112B is #49EED4. Grayscale: #454545. Windows color (decimal): -4845269 or 2822582. OLE color: 2822582.

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

Color convert

RGB 182 17 43 -
CMYK 0 0.91 0.76 0.29
HSL 350.55º 0.83% 0.39% -
HSV(B) 350.55º 0.91% 0.71% -
XYZ 19.93 10.52 3.27 -
YUV 69.3 113.16 208.39 -
System Red Green Blue C M Y K H S L
Decimal 182 17 43 0 0.91 0.76 0.29 350.55 0.83 0.39
Hex B6 11 2B 0 5B 4C 1D 15F 53 27
Octal 266 21 53 0 133 114 35 537 123 47
Binary 10110110 10001 101011 0 1011011 1001100 11101 101011111 1010011 100111

Color Harmonies of #B6112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6112B

Black with #B6112B

Text Example


Text Example

White with #B6112B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6112B; }

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

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

background-color css

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

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

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

border-color css

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

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

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