Html Css Color HEX #B02228 Cardinal

📋 copy color: '#B02228'

red 176 ◦ green 34 ◦ blue 40

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

Shades of Cardinal #B02228

Tints of Cardinal #B02228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16%

R = 70.4%
G = 13.6%
B = 16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B02228 (or 0xB02228) is known color: Cardinal. HEX triplet: B0, 22 and 28. RGB value is (176,34,40). Sum of RGB (Red+Green+Blue) = 176+34+40=250 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.4% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 176 - color contains mainly: red. Hex color #B02228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02228 is #4FDDD7. Grayscale: #4D4D4D. Windows color (decimal): -5234136 or 2630320. OLE color: 2630320.

HSL color Cylindrical-coordinate representation of color #B02228: hue angle of 357.46º 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 #B02228 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 34 40 -
CMYK 0 0.81 0.77 0.31
HSL 357.46º 0.68% 0.41% -
HSV(B) 357.46º 0.81% 0.69% -
XYZ 18.86 10.53 3.05 -
YUV 77.14 107.04 198.51 -
System Red Green Blue C M Y K H S L
Decimal 176 34 40 0 0.81 0.77 0.31 357.46 0.68 0.41
Hex B0 22 28 0 51 4D 1F 165 44 29
Octal 260 42 50 0 121 115 37 545 104 51
Binary 10110000 100010 101000 0 1010001 1001101 11111 101100101 1000100 101001

Color Harmonies of #B02228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02228

Black with #B02228

Text Example


Text Example

White with #B02228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02228; }

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

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

background-color css

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

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

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

border-color css

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

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

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