#CB032A

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

Shades of Venetian Red #CB032A

Tints of Venetian Red #CB032A

Color information

#CB032A (or 0xCB032A) is unknown color: approx Venetian Red. HEX triplet: CB, 03 and 2A. RGB value is (203,3,42). Sum of RGB (Red+Green+Blue) = 203+3+42=248 (32% of max value = 765). Red value is 203 (79.69% from 255 or 81.85% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 203 - color contains mainly: red. Hex color #CB032A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB032A is #34FCD5. Grayscale: #434343. Windows color (decimal): -3472598 or 2753483. OLE color: 2753483.

HSL color Cylindrical-coordinate representation of color #CB032A: hue angle of 348.3º 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 #CB032A is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB203342-
CMYK00.990.790.20
HSL348.3º97.09%40.39%-
HSV(B)348.3º98.52%79.61%-
XYZ25.0812.933.36-
YUV67.25113.76224.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 81.85%
GREEN value IS 3 (1.56% from 255) = 1.21%
BLUE value IS 42 (16.80% from 255) = 16.94%
R=81.85%
G=1.21%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.79
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20334200.990.790.20348.397.0940.39
HexCB32A0634F1415c6128
Octal31335201431172453414150
Binary1100101111101010011000111001111101001010111001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB032A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB032A; }

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

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

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

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

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

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

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

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