Html Css Color HEX #B6010B Venetian Red

📋 copy color: '#B6010B'

red 182 ◦ green 1 ◦ blue 11

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

Shades of Venetian Red #B6010B

Tints of Venetian Red #B6010B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

 BLUE value IS 11 (4.69% from 255) = 5.67%

R = 93.81%
G = 0.52%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B6010B (or 0xB6010B) is known color: Venetian Red. HEX triplet: B6, 01 and 0B. RGB value is (182,1,11). Sum of RGB (Red+Green+Blue) = 182+1+11=194 (25% of max value = 765). Red value is 182 (71.48% from 255 or 93.81% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 11 (4.69% from 255 or 5.67% from 194); Max value from RGB is 182 - color contains mainly: red. Hex color #B6010B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B6010B is #49FEF4. Grayscale: #383838. Windows color (decimal): -4849397 or 721334. OLE color: 721334.

HSL color Cylindrical-coordinate representation of color #B6010B: hue angle of 356.69º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B6010B is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 1 11 -
CMYK 0 0.99 0.94 0.29
HSL 356.69º 0.99% 0.36% -
HSV(B) 356.69º 0.99% 0.71% -
XYZ 19.36 9.99 1.22 -
YUV 56.26 102.47 217.69 -
System Red Green Blue C M Y K H S L
Decimal 182 1 11 0 0.99 0.94 0.29 356.69 0.99 0.36
Hex B6 1 B 0 63 5E 1D 165 63 24
Octal 266 1 13 0 143 136 35 545 143 44
Binary 10110110 1 1011 0 1100011 1011110 11101 101100101 1100011 100100

Color Harmonies of #B6010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6010B

Black with #B6010B

Text Example


Text Example

White with #B6010B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6010B; }

 p { color: rgb(182,1,11); }

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

background-color css

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

 a { background-color: rgb(182,1,11); }

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

border-color css

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

 span { border-color: rgb(182,1,11); }

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