Html Css Color HEX #CA050A Venetian Red

📋 copy color: '#CA050A'

red 202 ◦ green 5 ◦ blue 10

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

Shades of Venetian Red #CA050A

Tints of Venetian Red #CA050A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.3%

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

R = 93.09%
G = 2.3%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#CA050A (or 0xCA050A) is known color: Venetian Red. HEX triplet: CA, 05 and 0A. RGB value is (202,5,10). Sum of RGB (Red+Green+Blue) = 202+5+10=217 (28% of max value = 765). Red value is 202 (79.30% from 255 or 93.09% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 202 - color contains mainly: red. Hex color #CA050A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA050A is #35FAF5. Grayscale: #404040. Windows color (decimal): -3537654 or 656842. OLE color: 656842.

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

Color convert

RGB 202 5 10 -
CMYK 0 0.98 0.95 0.21
HSL 358.48º 0.95% 0.41% -
HSV(B) 358.48º 0.98% 0.79% -
XYZ 24.47 12.69 1.45 -
YUV 64.47 97.27 226.09 -
System Red Green Blue C M Y K H S L
Decimal 202 5 10 0 0.98 0.95 0.21 358.48 0.95 0.41
Hex CA 5 A 0 62 5F 15 166 5F 29
Octal 312 5 12 0 142 137 25 546 137 51
Binary 11001010 101 1010 0 1100010 1011111 10101 101100110 1011111 101001

Color Harmonies of #CA050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA050A

Black with #CA050A

Text Example


Text Example

White with #CA050A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA050A; }

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

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

background-color css

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

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

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

border-color css

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

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

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