#B8242D

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

Shades of Cardinal #B8242D

Tints of Cardinal #B8242D

Color information

#B8242D (or 0xB8242D) is unknown color: approx Cardinal. HEX triplet: B8, 24 and 2D. RGB value is (184,36,45). Sum of RGB (Red+Green+Blue) = 184+36+45=265 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.43% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 184 - color contains mainly: red. Hex color #B8242D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8242D is #47DBD2. Grayscale: #515151. Windows color (decimal): -4709331 or 2958520. OLE color: 2958520.

HSL color Cylindrical-coordinate representation of color #B8242D: hue angle of 356.35º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B8242D is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB1843645-
CMYK00.800.760.28
HSL356.35º67.27%43.14%-
HSV(B)356.35º80.43%72.16%-
XYZ20.8711.643.63-
YUV81.28107.53201.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 69.43%
GREEN value IS 36 (14.45% from 255) = 13.58%
BLUE value IS 45 (17.97% from 255) = 16.98%
R=69.43%
G=13.58%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184364500.800.760.28356.3567.2743.14
HexB8242D0504C1C164432b
Octal270445501201143454410353
Binary10111000100100101101010100001001100111001011001001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8242D; }

 p { color: rgb(184,36,45); }

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

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

 a { background-color: rgb(184,36,45); }

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

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

 span { border-color: rgb(184,36,45); }

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