Html Css Color HEX #CA0326 Venetian Red

📋 copy color: '#CA0326'

red 202 ◦ green 3 ◦ blue 38

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

Shades of Venetian Red #CA0326

Tints of Venetian Red #CA0326

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.23%

 BLUE value IS 38 (15.23% from 255) = 15.64%

R = 83.13%
G = 1.23%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CA0326 (or 0xCA0326) is known color: Venetian Red. HEX triplet: CA, 03 and 26. RGB value is (202,3,38). Sum of RGB (Red+Green+Blue) = 202+3+38=243 (32% of max value = 765). Red value is 202 (79.30% from 255 or 83.13% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0326 is #35FCD9. Grayscale: #424242. Windows color (decimal): -3538138 or 2491338. OLE color: 2491338.

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

Color convert

RGB 202 3 38 -
CMYK 0 0.99 0.81 0.21
HSL 349.45º 0.97% 0.4% -
HSV(B) 349.45º 0.99% 0.79% -
XYZ 24.74 12.76 2.99 -
YUV 66.49 111.93 224.65 -
System Red Green Blue C M Y K H S L
Decimal 202 3 38 0 0.99 0.81 0.21 349.45 0.97 0.4
Hex CA 3 26 0 63 51 15 15D 61 28
Octal 312 3 46 0 143 121 25 535 141 50
Binary 11001010 11 100110 0 1100011 1010001 10101 101011101 1100001 101000

Color Harmonies of #CA0326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0326

Black with #CA0326

Text Example


Text Example

White with #CA0326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0326; }

 p { color: rgb(202,3,38); }

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

background-color css

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

 a { background-color: rgb(202,3,38); }

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

border-color css

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

 span { border-color: rgb(202,3,38); }

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