#B0242E

Color #B0242E Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B0242E

Tints of Cardinal #B0242E

Color information

#B0242E (or 0xB0242E) is unknown color: approx Cardinal. HEX triplet: B0, 24 and 2E. RGB value is (176,36,46). Sum of RGB (Red+Green+Blue) = 176+36+46=258 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.22% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 176 - color contains mainly: red. Hex color #B0242E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0242E is #4FDBD1. Grayscale: #4F4F4F. Windows color (decimal): -5233618 or 3024048. OLE color: 3024048.

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

Color convert

RGB1763646-
CMYK00.800.740.31
HSL355.71º66.04%41.57%-
HSV(B)355.71º79.55%69.02%-
XYZ19.0310.693.65-
YUV79109.38197.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 68.22%
GREEN value IS 36 (14.45% from 255) = 13.95%
BLUE value IS 46 (18.36% from 255) = 17.83%
R=68.22%
G=13.95%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176364600.800.740.31355.7166.0441.57
HexB0242E0504A1F164422a
Octal260445601201123754410252
Binary10110000100100101110010100001001010111111011001001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0242E; }

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

 H1.HeaderClassName
 {
   color: #B0242E;
 }
 .AnyTagClassName
 {
   color: #B0242E;
 }
</style>
background-color css

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

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

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

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

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

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