Html Css Color HEX #C6042B Venetian Red

📋 copy color: '#C6042B'

red 198 ◦ green 4 ◦ blue 43

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

Shades of Venetian Red #C6042B

Tints of Venetian Red #C6042B

RGB

 RED value IS 198 (77.73% from 255) = 80.82%

 GREEN value IS 4 (1.95% from 255) = 1.63%

 BLUE value IS 43 (17.19% from 255) = 17.55%

R = 80.82%
G = 1.63%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6042B (or 0xC6042B) is known color: Venetian Red. HEX triplet: C6, 04 and 2B. RGB value is (198,4,43). Sum of RGB (Red+Green+Blue) = 198+4+43=245 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.82% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 198 - color contains mainly: red. Hex color #C6042B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6042B is #39FBD4. Grayscale: #424242. Windows color (decimal): -3800021 or 2819270. OLE color: 2819270.

HSL color Cylindrical-coordinate representation of color #C6042B: hue angle of 347.94º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C6042B is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 4 43 -
CMYK 0 0.98 0.78 0.22
HSL 347.94º 0.96% 0.4% -
HSV(B) 347.94º 0.98% 0.78% -
XYZ 23.77 12.27 3.4 -
YUV 66.45 114.77 221.83 -
System Red Green Blue C M Y K H S L
Decimal 198 4 43 0 0.98 0.78 0.22 347.94 0.96 0.4
Hex C6 4 2B 0 62 4E 16 15C 60 28
Octal 306 4 53 0 142 116 26 534 140 50
Binary 11000110 100 101011 0 1100010 1001110 10110 101011100 1100000 101000

Color Harmonies of #C6042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6042B

Black with #C6042B

Text Example


Text Example

White with #C6042B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6042B; }

 p { color: rgb(198,4,43); }

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

background-color css

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

 a { background-color: rgb(198,4,43); }

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

border-color css

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

 span { border-color: rgb(198,4,43); }

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