Html Css Color HEX #B9222B Cardinal

📋 copy color: '#B9222B'

red 185 ◦ green 34 ◦ blue 43

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

Shades of Cardinal #B9222B

Tints of Cardinal #B9222B

RGB

 RED value IS 185 (72.66% from 255) = 70.61%

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

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

R = 70.61%
G = 12.98%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9222B (or 0xB9222B) is known color: Cardinal. HEX triplet: B9, 22 and 2B. RGB value is (185,34,43). Sum of RGB (Red+Green+Blue) = 185+34+43=262 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.61% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 185 - color contains mainly: red. Hex color #B9222B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9222B is #46DDD4. Grayscale: #505050. Windows color (decimal): -4644309 or 2826937. OLE color: 2826937.

HSL color Cylindrical-coordinate representation of color #B9222B: hue angle of 356.42º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B9222B is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 34 43 -
CMYK 0 0.82 0.77 0.27
HSL 356.42º 0.69% 0.43% -
HSV(B) 356.42º 0.82% 0.73% -
XYZ 21.02 11.63 3.42 -
YUV 80.18 107.03 202.77 -
System Red Green Blue C M Y K H S L
Decimal 185 34 43 0 0.82 0.77 0.27 356.42 0.69 0.43
Hex B9 22 2B 0 52 4D 1B 164 45 2B
Octal 271 42 53 0 122 115 33 544 105 53
Binary 10111001 100010 101011 0 1010010 1001101 11011 101100100 1000101 101011

Color Harmonies of #B9222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9222B

Black with #B9222B

Text Example


Text Example

White with #B9222B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9222B; }

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

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

background-color css

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

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

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

border-color css

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

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

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