Html Css Color HEX #C3020B Venetian Red

📋 copy color: '#C3020B'

red 195 ◦ green 2 ◦ blue 11

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

Shades of Venetian Red #C3020B

Tints of Venetian Red #C3020B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.29%

R = 93.75%
G = 0.96%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3020B (or 0xC3020B) is known color: Venetian Red. HEX triplet: C3, 02 and 0B. RGB value is (195,2,11). Sum of RGB (Red+Green+Blue) = 195+2+11=208 (27% of max value = 765). Red value is 195 (76.56% from 255 or 93.75% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 195 - color contains mainly: red. Hex color #C3020B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3020B is #3CFDF4. Grayscale: #3C3C3C. Windows color (decimal): -3997173 or 721603. OLE color: 721603.

HSL color Cylindrical-coordinate representation of color #C3020B: hue angle of 357.2º 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 #C3020B is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 2 11 -
CMYK 0 0.99 0.94 0.24
HSL 357.2º 0.98% 0.39% -
HSV(B) 357.2º 0.99% 0.76% -
XYZ 22.59 11.67 1.38 -
YUV 60.73 99.94 223.77 -
System Red Green Blue C M Y K H S L
Decimal 195 2 11 0 0.99 0.94 0.24 357.2 0.98 0.39
Hex C3 2 B 0 63 5E 18 165 62 27
Octal 303 2 13 0 143 136 30 545 142 47
Binary 11000011 10 1011 0 1100011 1011110 11000 101100101 1100010 100111

Color Harmonies of #C3020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3020B

Black with #C3020B

Text Example


Text Example

White with #C3020B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3020B; }

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

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

background-color css

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

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

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

border-color css

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

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

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