Html Css Color HEX #C8050A Venetian Red

📋 copy color: '#C8050A'

red 200 ◦ green 5 ◦ blue 10

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

Shades of Venetian Red #C8050A

Tints of Venetian Red #C8050A

RGB

 RED value IS 200 (78.52% from 255) = 93.02%

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

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

R = 93.02%
G = 2.33%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C8050A (or 0xC8050A) is known color: Venetian Red. HEX triplet: C8, 05 and 0A. RGB value is (200,5,10). Sum of RGB (Red+Green+Blue) = 200+5+10=215 (28% of max value = 765). Red value is 200 (78.52% from 255 or 93.02% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 200 - color contains mainly: red. Hex color #C8050A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8050A is #37FAF5. Grayscale: #404040. Windows color (decimal): -3668726 or 656840. OLE color: 656840.

HSL color Cylindrical-coordinate representation of color #C8050A: hue angle of 358.46º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C8050A is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 5 10 -
CMYK 0 0.98 0.95 0.22
HSL 358.46º 0.95% 0.4% -
HSV(B) 358.46º 0.98% 0.78% -
XYZ 23.93 12.41 1.42 -
YUV 63.88 97.6 225.09 -
System Red Green Blue C M Y K H S L
Decimal 200 5 10 0 0.98 0.95 0.22 358.46 0.95 0.4
Hex C8 5 A 0 62 5F 16 166 5F 28
Octal 310 5 12 0 142 137 26 546 137 50
Binary 11001000 101 1010 0 1100010 1011111 10110 101100110 1011111 101000

Color Harmonies of #C8050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8050A

Black with #C8050A

Text Example


Text Example

White with #C8050A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8050A; }

 p { color: rgb(200,5,10); }

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

background-color css

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

 a { background-color: rgb(200,5,10); }

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

border-color css

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

 span { border-color: rgb(200,5,10); }

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