Html Css Color HEX #C30912 Venetian Red

📋 copy color: '#C30912'

red 195 ◦ green 9 ◦ blue 18

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

Shades of Venetian Red #C30912

Tints of Venetian Red #C30912

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.05%

 BLUE value IS 18 (7.42% from 255) = 8.11%

R = 87.84%
G = 4.05%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C30912 (or 0xC30912) is known color: Venetian Red. HEX triplet: C3, 09 and 12. RGB value is (195,9,18). Sum of RGB (Red+Green+Blue) = 195+9+18=222 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.84% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 195 - color contains mainly: red. Hex color #C30912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30912 is #3CF6ED. Grayscale: #414141. Windows color (decimal): -3995374 or 1182147. OLE color: 1182147.

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

Color convert

RGB 195 9 18 -
CMYK 0 0.95 0.91 0.24
HSL 357.1º 0.91% 0.4% -
HSV(B) 357.1º 0.95% 0.76% -
XYZ 22.71 11.84 1.66 -
YUV 65.64 101.12 220.27 -
System Red Green Blue C M Y K H S L
Decimal 195 9 18 0 0.95 0.91 0.24 357.1 0.91 0.4
Hex C3 9 12 0 5F 5B 18 165 5B 28
Octal 303 11 22 0 137 133 30 545 133 50
Binary 11000011 1001 10010 0 1011111 1011011 11000 101100101 1011011 101000

Color Harmonies of #C30912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30912

Black with #C30912

Text Example


Text Example

White with #C30912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30912; }

 p { color: rgb(195,9,18); }

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

background-color css

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

 a { background-color: rgb(195,9,18); }

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

border-color css

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

 span { border-color: rgb(195,9,18); }

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