Html Css Color HEX #C30B16 Venetian Red

📋 copy color: '#C30B16'

red 195 ◦ green 11 ◦ blue 22

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

Shades of Venetian Red #C30B16

Tints of Venetian Red #C30B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.65%

R = 85.53%
G = 4.82%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C30B16 (or 0xC30B16) is known color: Venetian Red. HEX triplet: C3, 0B and 16. RGB value is (195,11,22). Sum of RGB (Red+Green+Blue) = 195+11+22=228 (30% of max value = 765). Red value is 195 (76.56% from 255 or 85.53% from 228); Green value is 11 (4.69% from 255 or 4.82% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30B16 is #3CF4E9. Grayscale: #434343. Windows color (decimal): -3994858 or 1444803. OLE color: 1444803.

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

Color convert

RGB 195 11 22 -
CMYK 0 0.94 0.89 0.24
HSL 356.41º 0.89% 0.4% -
HSV(B) 356.41º 0.94% 0.76% -
XYZ 22.77 11.9 1.86 -
YUV 67.27 102.46 219.11 -
System Red Green Blue C M Y K H S L
Decimal 195 11 22 0 0.94 0.89 0.24 356.41 0.89 0.4
Hex C3 B 16 0 5E 59 18 164 59 28
Octal 303 13 26 0 136 131 30 544 131 50
Binary 11000011 1011 10110 0 1011110 1011001 11000 101100100 1011001 101000

Color Harmonies of #C30B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30B16

Black with #C30B16

Text Example


Text Example

White with #C30B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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