Html Css Color HEX #B6000A Venetian Red

📋 copy color: '#B6000A'

red 182 ◦ green 0 ◦ blue 10

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

Shades of Venetian Red #B6000A

Tints of Venetian Red #B6000A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 10 (4.3% from 255) = 5.21%

R = 94.79%
G = 0%
B = 5.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B6000A (or 0xB6000A) is known color: Venetian Red. HEX triplet: B6, 00 and 0A. RGB value is (182,0,10). Sum of RGB (Red+Green+Blue) = 182+0+10=192 (25% of max value = 765). Red value is 182 (71.48% from 255 or 94.79% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 182 - color contains mainly: red. Hex color #B6000A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B6000A is #49FFF5. Grayscale: #373737. Windows color (decimal): -4849654 or 655542. OLE color: 655542.

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

Color convert

RGB 182 0 10 -
CMYK 0 1 0.95 0.29
HSL 356.7º 1% 0.36% -
HSV(B) 356.7º 1% 0.71% -
XYZ 19.35 9.97 1.19 -
YUV 55.56 102.3 218.19 -
System Red Green Blue C M Y K H S L
Decimal 182 0 10 0 1 0.95 0.29 356.7 1 0.36
Hex B6 0 A 0 64 5F 1D 165 64 24
Octal 266 0 12 0 144 137 35 545 144 44
Binary 10110110 0 1010 0 1100100 1011111 11101 101100101 1100100 100100

Color Harmonies of #B6000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6000A

Black with #B6000A

Text Example


Text Example

White with #B6000A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6000A; }

 p { color: rgb(182,0,10); }

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

background-color css

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

 a { background-color: rgb(182,0,10); }

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

border-color css

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

 span { border-color: rgb(182,0,10); }

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