Html Css Color HEX #B02240 Cardinal

📋 copy color: '#B02240'

red 176 ◦ green 34 ◦ blue 64

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

Shades of Cardinal #B02240

Tints of Cardinal #B02240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.36%

R = 64.23%
G = 12.41%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B02240 (or 0xB02240) is known color: Cardinal. HEX triplet: B0, 22 and 40. RGB value is (176,34,64). Sum of RGB (Red+Green+Blue) = 176+34+64=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B02240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02240 is #4FDDBF. Grayscale: #4F4F4F. Windows color (decimal): -5234112 or 4203184. OLE color: 4203184.

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

Color convert

RGB 176 34 64 -
CMYK 0 0.81 0.64 0.31
HSL 347.32º 0.68% 0.41% -
HSV(B) 347.32º 0.81% 0.69% -
XYZ 19.4 10.74 5.9 -
YUV 79.88 119.04 196.56 -
System Red Green Blue C M Y K H S L
Decimal 176 34 64 0 0.81 0.64 0.31 347.32 0.68 0.41
Hex B0 22 40 0 51 40 1F 15B 44 29
Octal 260 42 100 0 121 100 37 533 104 51
Binary 10110000 100010 1000000 0 1010001 1000000 11111 101011011 1000100 101001

Color Harmonies of #B02240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02240

Black with #B02240

Text Example


Text Example

White with #B02240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02240; }

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

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

background-color css

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

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

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

border-color css

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

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

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