Html Css Color HEX #B02233 Cardinal

📋 copy color: '#B02233'

red 176 ◦ green 34 ◦ blue 51

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

Shades of Cardinal #B02233

Tints of Cardinal #B02233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.54%

R = 67.43%
G = 13.03%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B02233 (or 0xB02233) is known color: Cardinal. HEX triplet: B0, 22 and 33. RGB value is (176,34,51). Sum of RGB (Red+Green+Blue) = 176+34+51=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B02233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02233 is #4FDDCC. Grayscale: #4E4E4E. Windows color (decimal): -5234125 or 3351216. OLE color: 3351216.

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

Color convert

RGB 176 34 51 -
CMYK 0 0.81 0.71 0.31
HSL 352.82º 0.68% 0.41% -
HSV(B) 352.82º 0.81% 0.69% -
XYZ 19.07 10.61 4.18 -
YUV 78.4 112.54 197.62 -
System Red Green Blue C M Y K H S L
Decimal 176 34 51 0 0.81 0.71 0.31 352.82 0.68 0.41
Hex B0 22 33 0 51 47 1F 161 44 29
Octal 260 42 63 0 121 107 37 541 104 51
Binary 10110000 100010 110011 0 1010001 1000111 11111 101100001 1000100 101001

Color Harmonies of #B02233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02233

Black with #B02233

Text Example


Text Example

White with #B02233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02233; }

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

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

background-color css

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

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

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

border-color css

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

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

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