Html Css Color HEX #C4030A Venetian Red

📋 copy color: '#C4030A'

red 196 ◦ green 3 ◦ blue 10

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

Shades of Venetian Red #C4030A

Tints of Venetian Red #C4030A

RGB

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

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

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

R = 93.78%
G = 1.44%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C4030A (or 0xC4030A) is known color: Venetian Red. HEX triplet: C4, 03 and 0A. RGB value is (196,3,10). Sum of RGB (Red+Green+Blue) = 196+3+10=209 (27% of max value = 765). Red value is 196 (76.95% from 255 or 93.78% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 10 (4.30% from 255 or 4.78% from 209); Max value from RGB is 196 - color contains mainly: red. Hex color #C4030A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4030A is #3BFCF5. Grayscale: #3D3D3D. Windows color (decimal): -3931382 or 656324. OLE color: 656324.

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

Color convert

RGB 196 3 10 -
CMYK 0 0.98 0.95 0.23
HSL 357.82º 0.97% 0.39% -
HSV(B) 357.82º 0.98% 0.77% -
XYZ 22.85 11.82 1.36 -
YUV 61.51 98.94 223.93 -
System Red Green Blue C M Y K H S L
Decimal 196 3 10 0 0.98 0.95 0.23 357.82 0.97 0.39
Hex C4 3 A 0 62 5F 17 166 61 27
Octal 304 3 12 0 142 137 27 546 141 47
Binary 11000100 11 1010 0 1100010 1011111 10111 101100110 1100001 100111

Color Harmonies of #C4030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4030A

Black with #C4030A

Text Example


Text Example

White with #C4030A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4030A; }

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

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

background-color css

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

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

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

border-color css

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

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

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