Html Css Color HEX #B02226 Cardinal

📋 copy color: '#B02226'

red 176 ◦ green 34 ◦ blue 38

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

Shades of Cardinal #B02226

Tints of Cardinal #B02226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.32%

R = 70.97%
G = 13.71%
B = 15.32%

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

#B02226 (or 0xB02226) is known color: Cardinal. HEX triplet: B0, 22 and 26. RGB value is (176,34,38). Sum of RGB (Red+Green+Blue) = 176+34+38=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B02226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02226 is #4FDDD9. Grayscale: #4D4D4D. Windows color (decimal): -5234138 or 2499248. OLE color: 2499248.

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

Color convert

RGB 176 34 38 -
CMYK 0 0.81 0.78 0.31
HSL 358.31º 0.68% 0.41% -
HSV(B) 358.31º 0.81% 0.69% -
XYZ 18.83 10.51 2.87 -
YUV 76.91 106.04 198.67 -
System Red Green Blue C M Y K H S L
Decimal 176 34 38 0 0.81 0.78 0.31 358.31 0.68 0.41
Hex B0 22 26 0 51 4E 1F 166 44 29
Octal 260 42 46 0 121 116 37 546 104 51
Binary 10110000 100010 100110 0 1010001 1001110 11111 101100110 1000100 101001

Color Harmonies of #B02226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02226

Black with #B02226

Text Example


Text Example

White with #B02226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02226; }

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

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

background-color css

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

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

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

border-color css

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

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

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