Html Css Color HEX #C00102 Venetian Red

📋 copy color: '#C00102'

red 192 ◦ green 1 ◦ blue 2

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

Shades of Venetian Red #C00102

Tints of Venetian Red #C00102

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

 BLUE value IS 2 (1.17% from 255) = 1.03%

R = 98.46%
G = 0.51%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C00102 (or 0xC00102) is known color: Venetian Red. HEX triplet: C0, 01 and 02. RGB value is (192,1,2). Sum of RGB (Red+Green+Blue) = 192+1+2=195 (25% of max value = 765). Red value is 192 (75.39% from 255 or 98.46% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 192 - color contains mainly: red. Hex color #C00102 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00102 is #3FFEFD. Grayscale: #3A3A3A. Windows color (decimal): -4194046 or 131520. OLE color: 131520.

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

Color convert

RGB 192 1 2 -
CMYK 0 0.99 0.99 0.25
HSL 359.69º 0.99% 0.38% -
HSV(B) 359.69º 0.99% 0.75% -
XYZ 21.76 11.23 1.08 -
YUV 58.22 96.28 223.42 -
System Red Green Blue C M Y K H S L
Decimal 192 1 2 0 0.99 0.99 0.25 359.69 0.99 0.38
Hex C0 1 2 0 63 63 19 168 63 26
Octal 300 1 2 0 143 143 31 550 143 46
Binary 11000000 1 10 0 1100011 1100011 11001 101101000 1100011 100110

Color Harmonies of #C00102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00102

Black with #C00102

Text Example


Text Example

White with #C00102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00102; }

 p { color: rgb(192,1,2); }

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

background-color css

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

 a { background-color: rgb(192,1,2); }

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

border-color css

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

 span { border-color: rgb(192,1,2); }

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