#CA061B

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

Shades of Venetian Red #CA061B

Tints of Venetian Red #CA061B

Color information

#CA061B (or 0xCA061B) is unknown color: approx Venetian Red. HEX triplet: CA, 06 and 1B. RGB value is (202,6,27). Sum of RGB (Red+Green+Blue) = 202+6+27=235 (31% of max value = 765). Red value is 202 (79.30% from 255 or 85.96% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 202 - color contains mainly: red. Hex color #CA061B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA061B is #35F9E4. Grayscale: #434343. Windows color (decimal): -3537381 or 1771210. OLE color: 1771210.

HSL color Cylindrical-coordinate representation of color #CA061B: hue angle of 353.57º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA061B is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB202627-
CMYK00.970.870.21
HSL353.57º94.23%40.78%-
HSV(B)353.57º97.03%79.22%-
XYZ24.6212.772.2-
YUV67105.43224.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 85.96%
GREEN value IS 6 (2.73% from 255) = 2.55%
BLUE value IS 27 (10.94% from 255) = 11.49%
R=85.96%
G=2.55%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20262700.970.870.21353.5794.2340.78
HexCA61B06157151625e29
Octal31263301411272554213651
Binary1100101011011011011000011010111101011011000101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA061B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA061B; }

 p { color: rgb(202,6,27); }

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

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

 a { background-color: rgb(202,6,27); }

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

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

 span { border-color: rgb(202,6,27); }

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