#B4203A

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

Shades of Cardinal #B4203A

Tints of Cardinal #B4203A

Color information

#B4203A (or 0xB4203A) is unknown color: approx Cardinal. HEX triplet: B4, 20 and 3A. RGB value is (180,32,58). Sum of RGB (Red+Green+Blue) = 180+32+58=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B4203A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4203A is #4BDFC5. Grayscale: #4F4F4F. Windows color (decimal): -4972486 or 3809460. OLE color: 3809460.

HSL color Cylindrical-coordinate representation of color #B4203A: hue angle of 349.46º 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 #B4203A is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB1803258-
CMYK00.820.680.29
HSL349.46º69.81%41.57%-
HSV(B)349.46º82.22%70.59%-
XYZ20.111.045.07-
YUV79.22116.03199.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 66.67%
GREEN value IS 32 (12.89% from 255) = 11.85%
BLUE value IS 58 (23.05% from 255) = 21.48%
R=66.67%
G=11.85%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180325800.820.680.29349.4669.8141.57
HexB4203A052441D15d462a
Octal264407201221043553510652
Binary10110100100000111010010100101000100111011010111011000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4203A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4203A; }

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

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

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

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

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

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

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

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