Html Css Color HEX #B02432 Cardinal

📋 copy color: '#B02432'

red 176 ◦ green 36 ◦ blue 50

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

Shades of Cardinal #B02432

Tints of Cardinal #B02432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.08%

R = 67.18%
G = 13.74%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B02432 (or 0xB02432) is known color: Cardinal. HEX triplet: B0, 24 and 32. RGB value is (176,36,50). Sum of RGB (Red+Green+Blue) = 176+36+50=262 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.18% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 176 - color contains mainly: red. Hex color #B02432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02432 is #4FDBCD. Grayscale: #4F4F4F. Windows color (decimal): -5233614 or 3286192. OLE color: 3286192.

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

Color convert

RGB 176 36 50 -
CMYK 0 0.80 0.72 0.31
HSL 354º 0.66% 0.42% -
HSV(B) 354º 0.8% 0.69% -
XYZ 19.11 10.72 4.08 -
YUV 79.46 111.38 196.86 -
System Red Green Blue C M Y K H S L
Decimal 176 36 50 0 0.80 0.72 0.31 354 0.66 0.42
Hex B0 24 32 0 50 48 1F 162 42 2A
Octal 260 44 62 0 120 110 37 542 102 52
Binary 10110000 100100 110010 0 1010000 1001000 11111 101100010 1000010 101010

Color Harmonies of #B02432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02432

Black with #B02432

Text Example


Text Example

White with #B02432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02432; }

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

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

background-color css

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

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

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

border-color css

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

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

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