#CB002A

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

Shades of Venetian Red #CB002A

Tints of Venetian Red #CB002A

Color information

#CB002A (or 0xCB002A) is unknown color: approx Venetian Red. HEX triplet: CB, 00 and 2A. RGB value is (203,0,42). Sum of RGB (Red+Green+Blue) = 203+0+42=245 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.86% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 203 - color contains mainly: red. Hex color #CB002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB002A is #34FFD5. Grayscale: #414141. Windows color (decimal): -3473366 or 2752715. OLE color: 2752715.

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

Color convert

RGB203042-
CMYK010.790.20
HSL347.59º100%39.8%-
HSV(B)347.59º100%79.61%-
XYZ25.0512.863.35-
YUV65.48114.75226.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 82.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 17.14%
R=82.86%
G=0%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.79
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203042010.790.20347.5910039.8
HexCB02A0644F1415c6428
Octal31305201441172453414450
Binary110010110101010011001001001111101001010111001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB002A; }

 p { color: rgb(203,0,42); }

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

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

 a { background-color: rgb(203,0,42); }

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

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

 span { border-color: rgb(203,0,42); }

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