Html Css Color HEX #CA061A Venetian Red

📋 copy color: '#CA061A'

red 202 ◦ green 6 ◦ blue 26

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

Shades of Venetian Red #CA061A

Tints of Venetian Red #CA061A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.56%

 BLUE value IS 26 (10.55% from 255) = 11.11%

R = 86.32%
G = 2.56%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CA061A (or 0xCA061A) is known color: Venetian Red. HEX triplet: CA, 06 and 1A. RGB value is (202,6,26). Sum of RGB (Red+Green+Blue) = 202+6+26=234 (30% of max value = 765). Red value is 202 (79.30% from 255 or 86.32% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 202 - color contains mainly: red. Hex color #CA061A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA061A is #35F9E5. Grayscale: #434343. Windows color (decimal): -3537382 or 1705674. OLE color: 1705674.

HSL color Cylindrical-coordinate representation of color #CA061A: hue angle of 353.88º 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 #CA061A is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 6 26 -
CMYK 0 0.97 0.87 0.21
HSL 353.88º 0.94% 0.41% -
HSV(B) 353.88º 0.97% 0.79% -
XYZ 24.61 12.76 2.14 -
YUV 66.88 104.93 224.37 -
System Red Green Blue C M Y K H S L
Decimal 202 6 26 0 0.97 0.87 0.21 353.88 0.94 0.41
Hex CA 6 1A 0 61 57 15 162 5E 29
Octal 312 6 32 0 141 127 25 542 136 51
Binary 11001010 110 11010 0 1100001 1010111 10101 101100010 1011110 101001

Color Harmonies of #CA061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA061A

Black with #CA061A

Text Example


Text Example

White with #CA061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA061A; }

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

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

background-color css

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

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

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

border-color css

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

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

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