Html Css Color HEX #CA080A Venetian Red

📋 copy color: '#CA080A'

red 202 ◦ green 8 ◦ blue 10

#CA080A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #CA080A

Tints of Venetian Red #CA080A

RGB

 RED value IS 202 (79.3% from 255) = 91.82%

 GREEN value IS 8 (3.52% from 255) = 3.64%

 BLUE value IS 10 (4.3% from 255) = 4.55%

R = 91.82%
G = 3.64%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#CA080A (or 0xCA080A) is known color: Venetian Red. HEX triplet: CA, 08 and 0A. RGB value is (202,8,10). Sum of RGB (Red+Green+Blue) = 202+8+10=220 (29% of max value = 765). Red value is 202 (79.30% from 255 or 91.82% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 202 - color contains mainly: red. Hex color #CA080A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA080A is #35F7F5. Grayscale: #424242. Windows color (decimal): -3536886 or 657610. OLE color: 657610.

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

Color convert

RGB 202 8 10 -
CMYK 0 0.96 0.95 0.21
HSL 359.38º 0.92% 0.41% -
HSV(B) 359.38º 0.96% 0.79% -
XYZ 24.5 12.75 1.46 -
YUV 66.23 96.27 224.84 -
System Red Green Blue C M Y K H S L
Decimal 202 8 10 0 0.96 0.95 0.21 359.38 0.92 0.41
Hex CA 8 A 0 60 5F 15 167 5C 29
Octal 312 10 12 0 140 137 25 547 134 51
Binary 11001010 1000 1010 0 1100000 1011111 10101 101100111 1011100 101001

Color Harmonies of #CA080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA080A

Black with #CA080A

Text Example


Text Example

White with #CA080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA080A; }

 p { color: rgb(202,8,10); }

 H1.HeaderClassName
 {
   color: #CA080A;
 }
 .AnyTagClassName
 {
   color: #CA080A;
 }
</style>

background-color css

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

 a { background-color: rgb(202,8,10); }

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

border-color css

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

 span { border-color: rgb(202,8,10); }

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