Html Css Color HEX #B6080D Venetian Red

📋 copy color: '#B6080D'

red 182 ◦ green 8 ◦ blue 13

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

Shades of Venetian Red #B6080D

Tints of Venetian Red #B6080D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.94%

 BLUE value IS 13 (5.47% from 255) = 6.4%

R = 89.66%
G = 3.94%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B6080D (or 0xB6080D) is known color: Venetian Red. HEX triplet: B6, 08 and 0D. RGB value is (182,8,13). Sum of RGB (Red+Green+Blue) = 182+8+13=203 (26% of max value = 765). Red value is 182 (71.48% from 255 or 89.66% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 182 - color contains mainly: red. Hex color #B6080D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B6080D is #49F7F2. Grayscale: #3C3C3C. Windows color (decimal): -4847603 or 854198. OLE color: 854198.

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

Color convert

RGB 182 8 13 -
CMYK 0 0.96 0.93 0.29
HSL 358.28º 0.92% 0.37% -
HSV(B) 358.28º 0.96% 0.71% -
XYZ 19.45 10.15 1.31 -
YUV 60.6 101.15 214.59 -
System Red Green Blue C M Y K H S L
Decimal 182 8 13 0 0.96 0.93 0.29 358.28 0.92 0.37
Hex B6 8 D 0 60 5D 1D 166 5C 25
Octal 266 10 15 0 140 135 35 546 134 45
Binary 10110110 1000 1101 0 1100000 1011101 11101 101100110 1011100 100101

Color Harmonies of #B6080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6080D

Black with #B6080D

Text Example


Text Example

White with #B6080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6080D; }

 p { color: rgb(182,8,13); }

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

background-color css

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

 a { background-color: rgb(182,8,13); }

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

border-color css

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

 span { border-color: rgb(182,8,13); }

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