Html Css Color HEX #C6091B Venetian Red

📋 copy color: '#C6091B'

red 198 ◦ green 9 ◦ blue 27

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

Shades of Venetian Red #C6091B

Tints of Venetian Red #C6091B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.54%

R = 84.62%
G = 3.85%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C6091B (or 0xC6091B) is known color: Venetian Red. HEX triplet: C6, 09 and 1B. RGB value is (198,9,27). Sum of RGB (Red+Green+Blue) = 198+9+27=234 (30% of max value = 765). Red value is 198 (77.73% from 255 or 84.62% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 198 - color contains mainly: red. Hex color #C6091B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6091B is #39F6E4. Grayscale: #434343. Windows color (decimal): -3798757 or 1771974. OLE color: 1771974.

HSL color Cylindrical-coordinate representation of color #C6091B: hue angle of 354.29º 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 #C6091B is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 9 27 -
CMYK 0 0.95 0.86 0.22
HSL 354.29º 0.91% 0.41% -
HSV(B) 354.29º 0.95% 0.78% -
XYZ 23.58 12.28 2.16 -
YUV 67.56 105.12 221.04 -
System Red Green Blue C M Y K H S L
Decimal 198 9 27 0 0.95 0.86 0.22 354.29 0.91 0.41
Hex C6 9 1B 0 5F 56 16 162 5B 29
Octal 306 11 33 0 137 126 26 542 133 51
Binary 11000110 1001 11011 0 1011111 1010110 10110 101100010 1011011 101001

Color Harmonies of #C6091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6091B

Black with #C6091B

Text Example


Text Example

White with #C6091B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6091B; }

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

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

background-color css

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

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

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

border-color css

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

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

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