#B4203E

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

Shades of Cardinal #B4203E

Tints of Cardinal #B4203E

Color information

#B4203E (or 0xB4203E) is unknown color: approx Cardinal. HEX triplet: B4, 20 and 3E. RGB value is (180,32,62). Sum of RGB (Red+Green+Blue) = 180+32+62=274 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.69% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 180 - color contains mainly: red. Hex color #B4203E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4203E is #4BDFC1. Grayscale: #4F4F4F. Windows color (decimal): -4972482 or 4071604. OLE color: 4071604.

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

Color convert

RGB1803262-
CMYK00.820.660.29
HSL347.84º69.81%41.57%-
HSV(B)347.84º82.22%70.59%-
XYZ20.2111.085.63-
YUV79.67118.03199.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 65.69%
GREEN value IS 32 (12.89% from 255) = 11.68%
BLUE value IS 62 (24.61% from 255) = 22.63%
R=65.69%
G=11.68%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180326200.820.660.29347.8469.8141.57
HexB4203E052421D15c462a
Octal264407601221023553410652
Binary10110100100000111110010100101000010111011010111001000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4203E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4203E; }

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

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

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

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

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

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

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

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