Html Css Color HEX #C00306 Venetian Red

📋 copy color: '#C00306'

red 192 ◦ green 3 ◦ blue 6

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

Shades of Venetian Red #C00306

Tints of Venetian Red #C00306

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.49%

 BLUE value IS 6 (2.73% from 255) = 2.99%

R = 95.52%
G = 1.49%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C00306 (or 0xC00306) is known color: Venetian Red. HEX triplet: C0, 03 and 06. RGB value is (192,3,6). Sum of RGB (Red+Green+Blue) = 192+3+6=201 (26% of max value = 765). Red value is 192 (75.39% from 255 or 95.52% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 192 - color contains mainly: red. Hex color #C00306 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00306 is #3FFCF9. Grayscale: #3C3C3C. Windows color (decimal): -4193530 or 394176. OLE color: 394176.

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

Color convert

RGB 192 3 6 -
CMYK 0 0.98 0.97 0.25
HSL 359.05º 0.97% 0.38% -
HSV(B) 359.05º 0.98% 0.75% -
XYZ 21.8 11.28 1.2 -
YUV 59.85 97.62 222.26 -
System Red Green Blue C M Y K H S L
Decimal 192 3 6 0 0.98 0.97 0.25 359.05 0.97 0.38
Hex C0 3 6 0 62 61 19 167 61 26
Octal 300 3 6 0 142 141 31 547 141 46
Binary 11000000 11 110 0 1100010 1100001 11001 101100111 1100001 100110

Color Harmonies of #C00306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00306

Black with #C00306

Text Example


Text Example

White with #C00306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00306; }

 p { color: rgb(192,3,6); }

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

background-color css

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

 a { background-color: rgb(192,3,6); }

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

border-color css

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

 span { border-color: rgb(192,3,6); }

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