Html Css Color HEX #C3091A Venetian Red

📋 copy color: '#C3091A'

red 195 ◦ green 9 ◦ blue 26

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

Shades of Venetian Red #C3091A

Tints of Venetian Red #C3091A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.3%

R = 84.78%
G = 3.91%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C3091A (or 0xC3091A) is known color: Venetian Red. HEX triplet: C3, 09 and 1A. RGB value is (195,9,26). Sum of RGB (Red+Green+Blue) = 195+9+26=230 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.78% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 195 - color contains mainly: red. Hex color #C3091A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3091A is #3CF6E5. Grayscale: #424242. Windows color (decimal): -3995366 or 1706435. OLE color: 1706435.

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

Color convert

RGB 195 9 26 -
CMYK 0 0.95 0.87 0.24
HSL 354.52º 0.91% 0.4% -
HSV(B) 354.52º 0.95% 0.76% -
XYZ 22.79 11.87 2.07 -
YUV 66.55 105.12 219.62 -
System Red Green Blue C M Y K H S L
Decimal 195 9 26 0 0.95 0.87 0.24 354.52 0.91 0.4
Hex C3 9 1A 0 5F 57 18 163 5B 28
Octal 303 11 32 0 137 127 30 543 133 50
Binary 11000011 1001 11010 0 1011111 1010111 11000 101100011 1011011 101000

Color Harmonies of #C3091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3091A

Black with #C3091A

Text Example


Text Example

White with #C3091A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3091A; }

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

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

background-color css

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

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

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

border-color css

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

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

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