Html Css Color HEX #B02440 Cardinal

📋 copy color: '#B02440'

red 176 ◦ green 36 ◦ blue 64

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

Shades of Cardinal #B02440

Tints of Cardinal #B02440

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.04%

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

R = 63.77%
G = 13.04%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B02440 (or 0xB02440) is known color: Cardinal. HEX triplet: B0, 24 and 40. RGB value is (176,36,64). Sum of RGB (Red+Green+Blue) = 176+36+64=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B02440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02440 is #4FDBBF. Grayscale: #515151. Windows color (decimal): -5233600 or 4203696. OLE color: 4203696.

HSL color Cylindrical-coordinate representation of color #B02440: hue angle of 348º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B02440 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 36 64 -
CMYK 0 0.80 0.64 0.31
HSL 348º 0.66% 0.42% -
HSV(B) 348º 0.8% 0.69% -
XYZ 19.46 10.86 5.92 -
YUV 81.05 118.38 195.72 -
System Red Green Blue C M Y K H S L
Decimal 176 36 64 0 0.80 0.64 0.31 348 0.66 0.42
Hex B0 24 40 0 50 40 1F 15C 42 2A
Octal 260 44 100 0 120 100 37 534 102 52
Binary 10110000 100100 1000000 0 1010000 1000000 11111 101011100 1000010 101010

Color Harmonies of #B02440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02440

Black with #B02440

Text Example


Text Example

White with #B02440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02440; }

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

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

background-color css

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

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

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

border-color css

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

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

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