Html Css Color HEX #C00822 Venetian Red

📋 copy color: '#C00822'

red 192 ◦ green 8 ◦ blue 34

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

Shades of Venetian Red #C00822

Tints of Venetian Red #C00822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.53%

R = 82.05%
G = 3.42%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C00822 (or 0xC00822) is known color: Venetian Red. HEX triplet: C0, 08 and 22. RGB value is (192,8,34). Sum of RGB (Red+Green+Blue) = 192+8+34=234 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.05% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 34 (13.67% from 255 or 14.53% from 234); Max value from RGB is 192 - color contains mainly: red. Hex color #C00822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00822 is #3FF7DD. Grayscale: #424242. Windows color (decimal): -4192222 or 2230464. OLE color: 2230464.

HSL color Cylindrical-coordinate representation of color #C00822: hue angle of 351.52º 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 #C00822 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 8 34 -
CMYK 0 0.96 0.82 0.25
HSL 351.52º 0.92% 0.39% -
HSV(B) 351.52º 0.96% 0.75% -
XYZ 22.11 11.5 2.57 -
YUV 65.98 109.96 217.89 -
System Red Green Blue C M Y K H S L
Decimal 192 8 34 0 0.96 0.82 0.25 351.52 0.92 0.39
Hex C0 8 22 0 60 52 19 160 5C 27
Octal 300 10 42 0 140 122 31 540 134 47
Binary 11000000 1000 100010 0 1100000 1010010 11001 101100000 1011100 100111

Color Harmonies of #C00822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00822

Black with #C00822

Text Example


Text Example

White with #C00822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00822; }

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

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

background-color css

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

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

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

border-color css

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

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

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