Html Css Color HEX #B02227 Cardinal

📋 copy color: '#B02227'

red 176 ◦ green 34 ◦ blue 39

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

Shades of Cardinal #B02227

Tints of Cardinal #B02227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.66%

R = 70.68%
G = 13.65%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B02227 (or 0xB02227) is known color: Cardinal. HEX triplet: B0, 22 and 27. RGB value is (176,34,39). Sum of RGB (Red+Green+Blue) = 176+34+39=249 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.68% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 176 - color contains mainly: red. Hex color #B02227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02227 is #4FDDD8. Grayscale: #4D4D4D. Windows color (decimal): -5234137 or 2564784. OLE color: 2564784.

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

Color convert

RGB 176 34 39 -
CMYK 0 0.81 0.78 0.31
HSL 357.89º 0.68% 0.41% -
HSV(B) 357.89º 0.81% 0.69% -
XYZ 18.84 10.52 2.96 -
YUV 77.03 106.54 198.59 -
System Red Green Blue C M Y K H S L
Decimal 176 34 39 0 0.81 0.78 0.31 357.89 0.68 0.41
Hex B0 22 27 0 51 4E 1F 166 44 29
Octal 260 42 47 0 121 116 37 546 104 51
Binary 10110000 100010 100111 0 1010001 1001110 11111 101100110 1000100 101001

Color Harmonies of #B02227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02227

Black with #B02227

Text Example


Text Example

White with #B02227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02227; }

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

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

background-color css

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

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

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

border-color css

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

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

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