Html Css Color HEX #C3090A Venetian Red

📋 copy color: '#C3090A'

red 195 ◦ green 9 ◦ blue 10

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

Shades of Venetian Red #C3090A

Tints of Venetian Red #C3090A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.67%

R = 91.12%
G = 4.21%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C3090A (or 0xC3090A) is known color: Venetian Red. HEX triplet: C3, 09 and 0A. RGB value is (195,9,10). Sum of RGB (Red+Green+Blue) = 195+9+10=214 (28% of max value = 765). Red value is 195 (76.56% from 255 or 91.12% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 195 - color contains mainly: red. Hex color #C3090A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3090A is #3CF6F5. Grayscale: #404040. Windows color (decimal): -3995382 or 657859. OLE color: 657859.

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

Color convert

RGB 195 9 10 -
CMYK 0 0.95 0.95 0.24
HSL 359.68º 0.91% 0.4% -
HSV(B) 359.68º 0.95% 0.76% -
XYZ 22.66 11.82 1.37 -
YUV 64.73 97.12 220.92 -
System Red Green Blue C M Y K H S L
Decimal 195 9 10 0 0.95 0.95 0.24 359.68 0.91 0.4
Hex C3 9 A 0 5F 5F 18 168 5B 28
Octal 303 11 12 0 137 137 30 550 133 50
Binary 11000011 1001 1010 0 1011111 1011111 11000 101101000 1011011 101000

Color Harmonies of #C3090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3090A

Black with #C3090A

Text Example


Text Example

White with #C3090A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3090A; }

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

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

background-color css

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

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

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

border-color css

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

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

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