Html Css Color HEX #C3020A Venetian Red

📋 copy color: '#C3020A'

red 195 ◦ green 2 ◦ blue 10

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

Shades of Venetian Red #C3020A

Tints of Venetian Red #C3020A

RGB

 RED value IS 195 (76.56% from 255) = 94.2%

 GREEN value IS 2 (1.17% from 255) = 0.97%

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

R = 94.2%
G = 0.97%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C3020A (or 0xC3020A) is known color: Venetian Red. HEX triplet: C3, 02 and 0A. RGB value is (195,2,10). Sum of RGB (Red+Green+Blue) = 195+2+10=207 (27% of max value = 765). Red value is 195 (76.56% from 255 or 94.20% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 195 - color contains mainly: red. Hex color #C3020A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3020A is #3CFDF5. Grayscale: #3C3C3C. Windows color (decimal): -3997174 or 656067. OLE color: 656067.

HSL color Cylindrical-coordinate representation of color #C3020A: hue angle of 357.51º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3020A is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 2 10 -
CMYK 0 0.99 0.95 0.24
HSL 357.51º 0.98% 0.39% -
HSV(B) 357.51º 0.99% 0.76% -
XYZ 22.58 11.67 1.35 -
YUV 60.62 99.44 223.85 -
System Red Green Blue C M Y K H S L
Decimal 195 2 10 0 0.99 0.95 0.24 357.51 0.98 0.39
Hex C3 2 A 0 63 5F 18 166 62 27
Octal 303 2 12 0 143 137 30 546 142 47
Binary 11000011 10 1010 0 1100011 1011111 11000 101100110 1100010 100111

Color Harmonies of #C3020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3020A

Black with #C3020A

Text Example


Text Example

White with #C3020A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3020A; }

 p { color: rgb(195,2,10); }

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

background-color css

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

 a { background-color: rgb(195,2,10); }

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

border-color css

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

 span { border-color: rgb(195,2,10); }

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