Html Css Color HEX #C00B1E Venetian Red

📋 copy color: '#C00B1E'

red 192 ◦ green 11 ◦ blue 30

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

Shades of Venetian Red #C00B1E

Tints of Venetian Red #C00B1E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.72%

 BLUE value IS 30 (12.11% from 255) = 12.88%

R = 82.4%
G = 4.72%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C00B1E (or 0xC00B1E) is known color: Venetian Red. HEX triplet: C0, 0B and 1E. RGB value is (192,11,30). Sum of RGB (Red+Green+Blue) = 192+11+30=233 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.40% from 233); Green value is 11 (4.69% from 255 or 4.72% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 192 - color contains mainly: red. Hex color #C00B1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00B1E is #3FF4E1. Grayscale: #434343. Windows color (decimal): -4191458 or 1969088. OLE color: 1969088.

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

Color convert

RGB 192 11 30 -
CMYK 0 0.94 0.84 0.25
HSL 353.7º 0.89% 0.4% -
HSV(B) 353.7º 0.94% 0.75% -
XYZ 22.09 11.54 2.29 -
YUV 67.29 106.97 216.96 -
System Red Green Blue C M Y K H S L
Decimal 192 11 30 0 0.94 0.84 0.25 353.7 0.89 0.4
Hex C0 B 1E 0 5E 54 19 162 59 28
Octal 300 13 36 0 136 124 31 542 131 50
Binary 11000000 1011 11110 0 1011110 1010100 11001 101100010 1011001 101000

Color Harmonies of #C00B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00B1E

Black with #C00B1E

Text Example


Text Example

White with #C00B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00B1E; }

 p { color: rgb(192,11,30); }

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

background-color css

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

 a { background-color: rgb(192,11,30); }

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

border-color css

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

 span { border-color: rgb(192,11,30); }

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