Html Css Color HEX #C00526 Venetian Red

📋 copy color: '#C00526'

red 192 ◦ green 5 ◦ blue 38

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

Shades of Venetian Red #C00526

Tints of Venetian Red #C00526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.17%

R = 81.7%
G = 2.13%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C00526 (or 0xC00526) is known color: Venetian Red. HEX triplet: C0, 05 and 26. RGB value is (192,5,38). Sum of RGB (Red+Green+Blue) = 192+5+38=235 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.70% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 38 (15.23% from 255 or 16.17% from 235); Max value from RGB is 192 - color contains mainly: red. Hex color #C00526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00526 is #3FFAD9. Grayscale: #404040. Windows color (decimal): -4192986 or 2491840. OLE color: 2491840.

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

Color convert

RGB 192 5 38 -
CMYK 0 0.97 0.80 0.25
HSL 349.41º 0.95% 0.39% -
HSV(B) 349.41º 0.97% 0.75% -
XYZ 22.14 11.45 2.88 -
YUV 64.68 112.95 218.82 -
System Red Green Blue C M Y K H S L
Decimal 192 5 38 0 0.97 0.80 0.25 349.41 0.95 0.39
Hex C0 5 26 0 61 50 19 15D 5F 27
Octal 300 5 46 0 141 120 31 535 137 47
Binary 11000000 101 100110 0 1100001 1010000 11001 101011101 1011111 100111

Color Harmonies of #C00526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00526

Black with #C00526

Text Example


Text Example

White with #C00526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00526; }

 p { color: rgb(192,5,38); }

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

background-color css

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

 a { background-color: rgb(192,5,38); }

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

border-color css

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

 span { border-color: rgb(192,5,38); }

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