Html Css Color HEX #C4030C Venetian Red

📋 copy color: '#C4030C'

red 196 ◦ green 3 ◦ blue 12

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

Shades of Venetian Red #C4030C

Tints of Venetian Red #C4030C

RGB

 RED value IS 196 (76.95% from 255) = 92.89%

 GREEN value IS 3 (1.56% from 255) = 1.42%

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

R = 92.89%
G = 1.42%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4030C (or 0xC4030C) is known color: Venetian Red. HEX triplet: C4, 03 and 0C. RGB value is (196,3,12). Sum of RGB (Red+Green+Blue) = 196+3+12=211 (27% of max value = 765). Red value is 196 (76.95% from 255 or 92.89% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 196 - color contains mainly: red. Hex color #C4030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4030C is #3BFCF3. Grayscale: #3D3D3D. Windows color (decimal): -3931380 or 787396. OLE color: 787396.

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

Color convert

RGB 196 3 12 -
CMYK 0 0.98 0.94 0.23
HSL 357.2º 0.97% 0.39% -
HSV(B) 357.2º 0.98% 0.77% -
XYZ 22.86 11.83 1.43 -
YUV 61.73 99.94 223.77 -
System Red Green Blue C M Y K H S L
Decimal 196 3 12 0 0.98 0.94 0.23 357.2 0.97 0.39
Hex C4 3 C 0 62 5E 17 165 61 27
Octal 304 3 14 0 142 136 27 545 141 47
Binary 11000100 11 1100 0 1100010 1011110 10111 101100101 1100001 100111

Color Harmonies of #C4030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4030C

Black with #C4030C

Text Example


Text Example

White with #C4030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4030C; }

 p { color: rgb(196,3,12); }

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

background-color css

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

 a { background-color: rgb(196,3,12); }

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

border-color css

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

 span { border-color: rgb(196,3,12); }

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