Html Css Color HEX #B6222B Cardinal

📋 copy color: '#B6222B'

red 182 ◦ green 34 ◦ blue 43

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

Shades of Cardinal #B6222B

Tints of Cardinal #B6222B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.13%

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

R = 70.27%
G = 13.13%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B6222B (or 0xB6222B) is known color: Cardinal. HEX triplet: B6, 22 and 2B. RGB value is (182,34,43). Sum of RGB (Red+Green+Blue) = 182+34+43=259 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.27% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 182 - color contains mainly: red. Hex color #B6222B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6222B is #49DDD4. Grayscale: #4F4F4F. Windows color (decimal): -4840917 or 2826934. OLE color: 2826934.

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

Color convert

RGB 182 34 43 -
CMYK 0 0.81 0.76 0.29
HSL 356.35º 0.69% 0.42% -
HSV(B) 356.35º 0.81% 0.71% -
XYZ 20.3 11.26 3.39 -
YUV 79.28 107.53 201.27 -
System Red Green Blue C M Y K H S L
Decimal 182 34 43 0 0.81 0.76 0.29 356.35 0.69 0.42
Hex B6 22 2B 0 51 4C 1D 164 45 2A
Octal 266 42 53 0 121 114 35 544 105 52
Binary 10110110 100010 101011 0 1010001 1001100 11101 101100100 1000101 101010

Color Harmonies of #B6222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6222B

Black with #B6222B

Text Example


Text Example

White with #B6222B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6222B; }

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

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

background-color css

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

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

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

border-color css

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

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

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