Html Css Color HEX #B6122C Cardinal

📋 copy color: '#B6122C'

red 182 ◦ green 18 ◦ blue 44

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

Shades of Cardinal #B6122C

Tints of Cardinal #B6122C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.38%

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

R = 74.59%
G = 7.38%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B6122C (or 0xB6122C) is known color: Cardinal. HEX triplet: B6, 12 and 2C. RGB value is (182,18,44). Sum of RGB (Red+Green+Blue) = 182+18+44=244 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.59% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 182 - color contains mainly: red. Hex color #B6122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6122C is #49EDD3. Grayscale: #464646. Windows color (decimal): -4845012 or 2888374. OLE color: 2888374.

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

Color convert

RGB 182 18 44 -
CMYK 0 0.90 0.76 0.29
HSL 350.49º 0.82% 0.39% -
HSV(B) 350.49º 0.9% 0.71% -
XYZ 19.96 10.56 3.37 -
YUV 70 113.33 207.89 -
System Red Green Blue C M Y K H S L
Decimal 182 18 44 0 0.90 0.76 0.29 350.49 0.82 0.39
Hex B6 12 2C 0 5A 4C 1D 15E 52 27
Octal 266 22 54 0 132 114 35 536 122 47
Binary 10110110 10010 101100 0 1011010 1001100 11101 101011110 1010010 100111

Color Harmonies of #B6122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6122C

Black with #B6122C

Text Example


Text Example

White with #B6122C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6122C; }

 p { color: rgb(182,18,44); }

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

background-color css

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

 a { background-color: rgb(182,18,44); }

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

border-color css

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

 span { border-color: rgb(182,18,44); }

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