#B4243E

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

Shades of Cardinal #B4243E

Tints of Cardinal #B4243E

Color information

#B4243E (or 0xB4243E) is unknown color: approx Cardinal. HEX triplet: B4, 24 and 3E. RGB value is (180,36,62). Sum of RGB (Red+Green+Blue) = 180+36+62=278 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.75% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 62 (24.61% from 255 or 22.30% from 278); Max value from RGB is 180 - color contains mainly: red. Hex color #B4243E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4243E is #4BDBC1. Grayscale: #525252. Windows color (decimal): -4971458 or 4072628. OLE color: 4072628.

HSL color Cylindrical-coordinate representation of color #B4243E: hue angle of 349.17º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B4243E is Cyan = 0, Magento = 0.8, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB1803662-
CMYK00.80.660.29
HSL349.17º66.67%42.35%-
HSV(B)349.17º80%70.59%-
XYZ20.3211.315.67-
YUV82.02116.71197.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 64.75%
GREEN value IS 36 (14.45% from 255) = 12.95%
BLUE value IS 62 (24.61% from 255) = 22.30%
R=64.75%
G=12.95%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180366200.80.660.29349.1766.6742.35
HexB4243E050421D15d432a
Octal264447601201023553510352
Binary10110100100100111110010100001000010111011010111011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4243E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4243E; }

 p { color: rgb(180,36,62); }

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

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

 a { background-color: rgb(180,36,62); }

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

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

 span { border-color: rgb(180,36,62); }

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