Html Css Color HEX #C00926 Venetian Red

📋 copy color: '#C00926'

red 192 ◦ green 9 ◦ blue 38

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

Shades of Venetian Red #C00926

Tints of Venetian Red #C00926

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.77%

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

R = 80.33%
G = 3.77%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C00926 (or 0xC00926) is known color: Venetian Red. HEX triplet: C0, 09 and 26. RGB value is (192,9,38). Sum of RGB (Red+Green+Blue) = 192+9+38=239 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80.33% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 38 (15.23% from 255 or 15.90% from 239); Max value from RGB is 192 - color contains mainly: red. Hex color #C00926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00926 is #3FF6D9. Grayscale: #434343. Windows color (decimal): -4191962 or 2492864. OLE color: 2492864.

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

Color convert

RGB 192 9 38 -
CMYK 0 0.95 0.80 0.25
HSL 350.49º 0.91% 0.39% -
HSV(B) 350.49º 0.95% 0.75% -
XYZ 22.19 11.54 2.89 -
YUV 67.02 111.63 217.14 -
System Red Green Blue C M Y K H S L
Decimal 192 9 38 0 0.95 0.80 0.25 350.49 0.91 0.39
Hex C0 9 26 0 5F 50 19 15E 5B 27
Octal 300 11 46 0 137 120 31 536 133 47
Binary 11000000 1001 100110 0 1011111 1010000 11001 101011110 1011011 100111

Color Harmonies of #C00926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00926

Black with #C00926

Text Example


Text Example

White with #C00926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00926; }

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

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

background-color css

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

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

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

border-color css

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

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

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