Html Css Color HEX #C3090C Venetian Red

📋 copy color: '#C3090C'

red 195 ◦ green 9 ◦ blue 12

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

Shades of Venetian Red #C3090C

Tints of Venetian Red #C3090C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.56%

R = 90.28%
G = 4.17%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3090C (or 0xC3090C) is known color: Venetian Red. HEX triplet: C3, 09 and 0C. RGB value is (195,9,12). Sum of RGB (Red+Green+Blue) = 195+9+12=216 (28% of max value = 765). Red value is 195 (76.56% from 255 or 90.28% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 12 (5.08% from 255 or 5.56% from 216); Max value from RGB is 195 - color contains mainly: red. Hex color #C3090C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3090C is #3CF6F3. Grayscale: #414141. Windows color (decimal): -3995380 or 788931. OLE color: 788931.

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

Color convert

RGB 195 9 12 -
CMYK 0 0.95 0.94 0.24
HSL 359.03º 0.91% 0.4% -
HSV(B) 359.03º 0.95% 0.76% -
XYZ 22.67 11.82 1.44 -
YUV 64.96 98.12 220.76 -
System Red Green Blue C M Y K H S L
Decimal 195 9 12 0 0.95 0.94 0.24 359.03 0.91 0.4
Hex C3 9 C 0 5F 5E 18 167 5B 28
Octal 303 11 14 0 137 136 30 547 133 50
Binary 11000011 1001 1100 0 1011111 1011110 11000 101100111 1011011 101000

Color Harmonies of #C3090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3090C

Black with #C3090C

Text Example


Text Example

White with #C3090C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3090C; }

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

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

background-color css

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

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

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

border-color css

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

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

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