Html Css Color HEX #C4050B Venetian Red

📋 copy color: '#C4050B'

red 196 ◦ green 5 ◦ blue 11

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

Shades of Venetian Red #C4050B

Tints of Venetian Red #C4050B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.36%

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

R = 92.45%
G = 2.36%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4050B (or 0xC4050B) is known color: Venetian Red. HEX triplet: C4, 05 and 0B. RGB value is (196,5,11). Sum of RGB (Red+Green+Blue) = 196+5+11=212 (28% of max value = 765). Red value is 196 (76.95% from 255 or 92.45% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 196 - color contains mainly: red. Hex color #C4050B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4050B is #3BFAF4. Grayscale: #3E3E3E. Windows color (decimal): -3930869 or 722372. OLE color: 722372.

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

Color convert

RGB 196 5 11 -
CMYK 0 0.97 0.94 0.23
HSL 358.12º 0.95% 0.39% -
HSV(B) 358.12º 0.97% 0.77% -
XYZ 22.88 11.87 1.4 -
YUV 62.79 98.78 223.01 -
System Red Green Blue C M Y K H S L
Decimal 196 5 11 0 0.97 0.94 0.23 358.12 0.95 0.39
Hex C4 5 B 0 61 5E 17 166 5F 27
Octal 304 5 13 0 141 136 27 546 137 47
Binary 11000100 101 1011 0 1100001 1011110 10111 101100110 1011111 100111

Color Harmonies of #C4050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4050B

Black with #C4050B

Text Example


Text Example

White with #C4050B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4050B; }

 p { color: rgb(196,5,11); }

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

background-color css

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

 a { background-color: rgb(196,5,11); }

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

border-color css

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

 span { border-color: rgb(196,5,11); }

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