Html Css Color HEX #B0222A Cardinal

📋 copy color: '#B0222A'

red 176 ◦ green 34 ◦ blue 42

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

Shades of Cardinal #B0222A

Tints of Cardinal #B0222A

RGB

 RED value IS 176 (69.14% from 255) = 69.84%

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

 BLUE value IS 42 (16.8% from 255) = 16.67%

R = 69.84%
G = 13.49%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B0222A (or 0xB0222A) is known color: Cardinal. HEX triplet: B0, 22 and 2A. RGB value is (176,34,42). Sum of RGB (Red+Green+Blue) = 176+34+42=252 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.84% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 176 - color contains mainly: red. Hex color #B0222A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0222A is #4FDDD5. Grayscale: #4D4D4D. Windows color (decimal): -5234134 or 2761392. OLE color: 2761392.

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

Color convert

RGB 176 34 42 -
CMYK 0 0.81 0.76 0.31
HSL 356.62º 0.68% 0.41% -
HSV(B) 356.62º 0.81% 0.69% -
XYZ 18.89 10.54 3.23 -
YUV 77.37 108.04 198.35 -
System Red Green Blue C M Y K H S L
Decimal 176 34 42 0 0.81 0.76 0.31 356.62 0.68 0.41
Hex B0 22 2A 0 51 4C 1F 165 44 29
Octal 260 42 52 0 121 114 37 545 104 51
Binary 10110000 100010 101010 0 1010001 1001100 11111 101100101 1000100 101001

Color Harmonies of #B0222A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0222A

Black with #B0222A

Text Example


Text Example

White with #B0222A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0222A; }

 p { color: rgb(176,34,42); }

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

background-color css

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

 a { background-color: rgb(176,34,42); }

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

border-color css

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

 span { border-color: rgb(176,34,42); }

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