Html Css Color HEX #B6090E Venetian Red

📋 copy color: '#B6090E'

red 182 ◦ green 9 ◦ blue 14

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

Shades of Venetian Red #B6090E

Tints of Venetian Red #B6090E

RGB

 RED value IS 182 (71.48% from 255) = 88.78%

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

 BLUE value IS 14 (5.86% from 255) = 6.83%

R = 88.78%
G = 4.39%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B6090E (or 0xB6090E) is known color: Venetian Red. HEX triplet: B6, 09 and 0E. RGB value is (182,9,14). Sum of RGB (Red+Green+Blue) = 182+9+14=205 (27% of max value = 765). Red value is 182 (71.48% from 255 or 88.78% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 182 - color contains mainly: red. Hex color #B6090E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B6090E is #49F6F1. Grayscale: #3D3D3D. Windows color (decimal): -4847346 or 919990. OLE color: 919990.

HSL color Cylindrical-coordinate representation of color #B6090E: hue angle of 358.27º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B6090E is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 9 14 -
CMYK 0 0.95 0.92 0.29
HSL 358.27º 0.91% 0.37% -
HSV(B) 358.27º 0.95% 0.71% -
XYZ 19.47 10.17 1.35 -
YUV 61.3 101.31 214.09 -
System Red Green Blue C M Y K H S L
Decimal 182 9 14 0 0.95 0.92 0.29 358.27 0.91 0.37
Hex B6 9 E 0 5F 5C 1D 166 5B 25
Octal 266 11 16 0 137 134 35 546 133 45
Binary 10110110 1001 1110 0 1011111 1011100 11101 101100110 1011011 100101

Color Harmonies of #B6090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6090E

Black with #B6090E

Text Example


Text Example

White with #B6090E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6090E; }

 p { color: rgb(182,9,14); }

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

background-color css

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

 a { background-color: rgb(182,9,14); }

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

border-color css

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

 span { border-color: rgb(182,9,14); }

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