Html Css Color HEX #C6091A Venetian Red

📋 copy color: '#C6091A'

red 198 ◦ green 9 ◦ blue 26

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

Shades of Venetian Red #C6091A

Tints of Venetian Red #C6091A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.16%

R = 84.98%
G = 3.86%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C6091A (or 0xC6091A) is known color: Venetian Red. HEX triplet: C6, 09 and 1A. RGB value is (198,9,26). Sum of RGB (Red+Green+Blue) = 198+9+26=233 (30% of max value = 765). Red value is 198 (77.73% from 255 or 84.98% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 198 - color contains mainly: red. Hex color #C6091A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6091A is #39F6E5. Grayscale: #434343. Windows color (decimal): -3798758 or 1706438. OLE color: 1706438.

HSL color Cylindrical-coordinate representation of color #C6091A: hue angle of 354.6º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C6091A is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 9 26 -
CMYK 0 0.95 0.87 0.22
HSL 354.6º 0.91% 0.41% -
HSV(B) 354.6º 0.95% 0.78% -
XYZ 23.57 12.28 2.1 -
YUV 67.45 104.62 221.12 -
System Red Green Blue C M Y K H S L
Decimal 198 9 26 0 0.95 0.87 0.22 354.6 0.91 0.41
Hex C6 9 1A 0 5F 57 16 163 5B 29
Octal 306 11 32 0 137 127 26 543 133 51
Binary 11000110 1001 11010 0 1011111 1010111 10110 101100011 1011011 101001

Color Harmonies of #C6091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6091A

Black with #C6091A

Text Example


Text Example

White with #C6091A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6091A; }

 p { color: rgb(198,9,26); }

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

background-color css

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

 a { background-color: rgb(198,9,26); }

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

border-color css

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

 span { border-color: rgb(198,9,26); }

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