#B5203D

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

Shades of Cardinal #B5203D

Tints of Cardinal #B5203D

Color information

#B5203D (or 0xB5203D) is unknown color: approx Cardinal. HEX triplet: B5, 20 and 3D. RGB value is (181,32,61). Sum of RGB (Red+Green+Blue) = 181+32+61=274 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.06% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 181 - color contains mainly: red. Hex color #B5203D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5203D is #4ADFC2. Grayscale: #4F4F4F. Windows color (decimal): -4906947 or 4006069. OLE color: 4006069.

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

Color convert

RGB1813261-
CMYK00.820.660.29
HSL348.32º69.95%41.76%-
HSV(B)348.32º82.32%70.98%-
XYZ20.4111.195.5-
YUV79.86117.36200.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 66.06%
GREEN value IS 32 (12.89% from 255) = 11.68%
BLUE value IS 61 (24.22% from 255) = 22.26%
R=66.06%
G=11.68%
B=22.26%

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
Decimal181326100.820.660.29348.3269.9541.76
HexB5203D052421D15c462a
Octal265407501221023553410652
Binary10110101100000111101010100101000010111011010111001000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5203D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5203D; }

 p { color: rgb(181,32,61); }

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

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

 a { background-color: rgb(181,32,61); }

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

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

 span { border-color: rgb(181,32,61); }

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