Html Css Color HEX #C4061A Venetian Red

📋 copy color: '#C4061A'

red 196 ◦ green 6 ◦ blue 26

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

Shades of Venetian Red #C4061A

Tints of Venetian Red #C4061A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.63%

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

R = 85.96%
G = 2.63%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4061A (or 0xC4061A) is known color: Venetian Red. HEX triplet: C4, 06 and 1A. RGB value is (196,6,26). Sum of RGB (Red+Green+Blue) = 196+6+26=228 (30% of max value = 765). Red value is 196 (76.95% from 255 or 85.96% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 26 (10.55% from 255 or 11.40% from 228); Max value from RGB is 196 - color contains mainly: red. Hex color #C4061A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4061A is #3BF9E5. Grayscale: #414141. Windows color (decimal): -3930598 or 1705668. OLE color: 1705668.

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

Color convert

RGB 196 6 26 -
CMYK 0 0.97 0.87 0.23
HSL 353.68º 0.94% 0.4% -
HSV(B) 353.68º 0.97% 0.77% -
XYZ 23.02 11.94 2.07 -
YUV 65.09 105.95 221.37 -
System Red Green Blue C M Y K H S L
Decimal 196 6 26 0 0.97 0.87 0.23 353.68 0.94 0.4
Hex C4 6 1A 0 61 57 17 162 5E 28
Octal 304 6 32 0 141 127 27 542 136 50
Binary 11000100 110 11010 0 1100001 1010111 10111 101100010 1011110 101000

Color Harmonies of #C4061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4061A

Black with #C4061A

Text Example


Text Example

White with #C4061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4061A; }

 p { color: rgb(196,6,26); }

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

background-color css

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

 a { background-color: rgb(196,6,26); }

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

border-color css

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

 span { border-color: rgb(196,6,26); }

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