Html Css Color HEX #C3040B Venetian Red

📋 copy color: '#C3040B'

red 195 ◦ green 4 ◦ blue 11

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

Shades of Venetian Red #C3040B

Tints of Venetian Red #C3040B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.9%

 BLUE value IS 11 (4.69% from 255) = 5.24%

R = 92.86%
G = 1.9%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3040B (or 0xC3040B) is known color: Venetian Red. HEX triplet: C3, 04 and 0B. RGB value is (195,4,11). Sum of RGB (Red+Green+Blue) = 195+4+11=210 (27% of max value = 765). Red value is 195 (76.56% from 255 or 92.86% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 195 - color contains mainly: red. Hex color #C3040B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3040B is #3CFBF4. Grayscale: #3E3E3E. Windows color (decimal): -3996661 or 722115. OLE color: 722115.

HSL color Cylindrical-coordinate representation of color #C3040B: hue angle of 357.8º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C3040B is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 4 11 -
CMYK 0 0.98 0.94 0.24
HSL 357.8º 0.96% 0.39% -
HSV(B) 357.8º 0.98% 0.76% -
XYZ 22.61 11.71 1.39 -
YUV 61.91 99.28 222.93 -
System Red Green Blue C M Y K H S L
Decimal 195 4 11 0 0.98 0.94 0.24 357.8 0.96 0.39
Hex C3 4 B 0 62 5E 18 166 60 27
Octal 303 4 13 0 142 136 30 546 140 47
Binary 11000011 100 1011 0 1100010 1011110 11000 101100110 1100000 100111

Color Harmonies of #C3040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3040B

Black with #C3040B

Text Example


Text Example

White with #C3040B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3040B; }

 p { color: rgb(195,4,11); }

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

background-color css

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

 a { background-color: rgb(195,4,11); }

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

border-color css

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

 span { border-color: rgb(195,4,11); }

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