#CB0330

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

Shades of Crimson #CB0330

Tints of Crimson #CB0330

Color information

#CB0330 (or 0xCB0330) is unknown color: approx Crimson. HEX triplet: CB, 03 and 30. RGB value is (203,3,48). Sum of RGB (Red+Green+Blue) = 203+3+48=254 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.92% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0330 is #34FCCF. Grayscale: #434343. Windows color (decimal): -3472592 or 3146699. OLE color: 3146699.

HSL color Cylindrical-coordinate representation of color #CB0330: hue angle of 346.5º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB0330 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB203348-
CMYK00.990.760.20
HSL346.5º97.09%40.39%-
HSV(B)346.5º98.52%79.61%-
XYZ25.1912.983.97-
YUV67.93116.76224.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 79.92%
GREEN value IS 3 (1.56% from 255) = 1.18%
BLUE value IS 48 (19.14% from 255) = 18.90%
R=79.92%
G=1.18%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20334800.990.760.20346.597.0940.39
HexCB3300634C1415a6128
Octal31336001431142453214150
Binary1100101111110000011000111001100101001010110101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0330; }

 p { color: rgb(203,3,48); }

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

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

 a { background-color: rgb(203,3,48); }

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

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

 span { border-color: rgb(203,3,48); }

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