Html Css Color HEX #C30926 Venetian Red

📋 copy color: '#C30926'

red 195 ◦ green 9 ◦ blue 38

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

Shades of Venetian Red #C30926

Tints of Venetian Red #C30926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.7%

R = 80.58%
G = 3.72%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C30926 (or 0xC30926) is known color: Venetian Red. HEX triplet: C3, 09 and 26. RGB value is (195,9,38). Sum of RGB (Red+Green+Blue) = 195+9+38=242 (32% of max value = 765). Red value is 195 (76.56% from 255 or 80.58% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 38 (15.23% from 255 or 15.70% from 242); Max value from RGB is 195 - color contains mainly: red. Hex color #C30926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30926 is #3CF6D9. Grayscale: #434343. Windows color (decimal): -3995354 or 2492867. OLE color: 2492867.

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

Color convert

RGB 195 9 38 -
CMYK 0 0.95 0.81 0.24
HSL 350.65º 0.91% 0.4% -
HSV(B) 350.65º 0.95% 0.76% -
XYZ 22.95 11.94 2.93 -
YUV 67.92 111.12 218.64 -
System Red Green Blue C M Y K H S L
Decimal 195 9 38 0 0.95 0.81 0.24 350.65 0.91 0.4
Hex C3 9 26 0 5F 51 18 15F 5B 28
Octal 303 11 46 0 137 121 30 537 133 50
Binary 11000011 1001 100110 0 1011111 1010001 11000 101011111 1011011 101000

Color Harmonies of #C30926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30926

Black with #C30926

Text Example


Text Example

White with #C30926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30926; }

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

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

background-color css

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

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

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

border-color css

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

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

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