Html Css Color HEX #C30B20 Venetian Red

📋 copy color: '#C30B20'

red 195 ◦ green 11 ◦ blue 32

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

Shades of Venetian Red #C30B20

Tints of Venetian Red #C30B20

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.62%

 BLUE value IS 32 (12.89% from 255) = 13.45%

R = 81.93%
G = 4.62%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C30B20 (or 0xC30B20) is known color: Venetian Red. HEX triplet: C3, 0B and 20. RGB value is (195,11,32). Sum of RGB (Red+Green+Blue) = 195+11+32=238 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.93% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30B20 is #3CF4DF. Grayscale: #444444. Windows color (decimal): -3994848 or 2100163. OLE color: 2100163.

HSL color Cylindrical-coordinate representation of color #C30B20: hue angle of 353.15º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30B20 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 11 32 -
CMYK 0 0.94 0.84 0.24
HSL 353.15º 0.89% 0.4% -
HSV(B) 353.15º 0.94% 0.76% -
XYZ 22.89 11.95 2.47 -
YUV 68.41 107.46 218.29 -
System Red Green Blue C M Y K H S L
Decimal 195 11 32 0 0.94 0.84 0.24 353.15 0.89 0.4
Hex C3 B 20 0 5E 54 18 161 59 28
Octal 303 13 40 0 136 124 30 541 131 50
Binary 11000011 1011 100000 0 1011110 1010100 11000 101100001 1011001 101000

Color Harmonies of #C30B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30B20

Black with #C30B20

Text Example


Text Example

White with #C30B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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