#CB0A4A

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

Shades of Crimson #CB0A4A

Tints of Crimson #CB0A4A

Color information

#CB0A4A (or 0xCB0A4A) is unknown color: approx Crimson. HEX triplet: CB, 0A and 4A. RGB value is (203,10,74). Sum of RGB (Red+Green+Blue) = 203+10+74=287 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.73% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0A4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0A4A is #34F5B5. Grayscale: #4A4A4A. Windows color (decimal): -3470774 or 4852427. OLE color: 4852427.

HSL color Cylindrical-coordinate representation of color #CB0A4A: hue angle of 340.1º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0A4A is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB2031074-
CMYK00.950.640.20
HSL340.1º90.61%41.76%-
HSV(B)340.1º95.07%79.61%-
XYZ25.9713.417.7-
YUV75127.44219.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 70.73%
GREEN value IS 10 (4.30% from 255) = 3.48%
BLUE value IS 74 (29.30% from 255) = 25.78%
R=70.73%
G=3.48%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203107400.950.640.20340.190.6141.76
HexCBA4A05F40141545b2a
Octal3131211201371002452413352
Binary1100101110101001010010111111000000101001010101001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0A4A; }

 p { color: rgb(203,10,74); }

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

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

 a { background-color: rgb(203,10,74); }

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

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

 span { border-color: rgb(203,10,74); }

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