Html Css Color HEX #C00829 Venetian Red

📋 copy color: '#C00829'

red 192 ◦ green 8 ◦ blue 41

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

Shades of Venetian Red #C00829

Tints of Venetian Red #C00829

RGB

 RED value IS 192 (75.39% from 255) = 79.67%

 GREEN value IS 8 (3.52% from 255) = 3.32%

 BLUE value IS 41 (16.41% from 255) = 17.01%

R = 79.67%
G = 3.32%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C00829 (or 0xC00829) is known color: Venetian Red. HEX triplet: C0, 08 and 29. RGB value is (192,8,41). Sum of RGB (Red+Green+Blue) = 192+8+41=241 (31% of max value = 765). Red value is 192 (75.39% from 255 or 79.67% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 192 - color contains mainly: red. Hex color #C00829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00829 is #3FF7D6. Grayscale: #424242. Windows color (decimal): -4192215 or 2689216. OLE color: 2689216.

HSL color Cylindrical-coordinate representation of color #C00829: hue angle of 349.24º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00829 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 8 41 -
CMYK 0 0.96 0.79 0.25
HSL 349.24º 0.92% 0.39% -
HSV(B) 349.24º 0.96% 0.75% -
XYZ 22.23 11.54 3.15 -
YUV 66.78 113.46 217.32 -
System Red Green Blue C M Y K H S L
Decimal 192 8 41 0 0.96 0.79 0.25 349.24 0.92 0.39
Hex C0 8 29 0 60 4F 19 15D 5C 27
Octal 300 10 51 0 140 117 31 535 134 47
Binary 11000000 1000 101001 0 1100000 1001111 11001 101011101 1011100 100111

Color Harmonies of #C00829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00829

Black with #C00829

Text Example


Text Example

White with #C00829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00829; }

 p { color: rgb(192,8,41); }

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

background-color css

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

 a { background-color: rgb(192,8,41); }

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

border-color css

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

 span { border-color: rgb(192,8,41); }

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