Html Css Color HEX #B60006 Venetian Red

📋 copy color: '#B60006'

red 182 ◦ green 0 ◦ blue 6

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

Shades of Venetian Red #B60006

Tints of Venetian Red #B60006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.19%

R = 96.81%
G = 0%
B = 3.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B60006 (or 0xB60006) is known color: Venetian Red. HEX triplet: B6, 00 and 06. RGB value is (182,0,6). Sum of RGB (Red+Green+Blue) = 182+0+6=188 (24% of max value = 765). Red value is 182 (71.48% from 255 or 96.81% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 6 (2.73% from 255 or 3.19% from 188); Max value from RGB is 182 - color contains mainly: red. Hex color #B60006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60006 is #49FFF9. Grayscale: #373737. Windows color (decimal): -4849658 or 393398. OLE color: 393398.

HSL color Cylindrical-coordinate representation of color #B60006: hue angle of 358.02º 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 #B60006 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 0 6 -
CMYK 0 1 0.97 0.29
HSL 358.02º 1% 0.36% -
HSV(B) 358.02º 1% 0.71% -
XYZ 19.32 9.96 1.08 -
YUV 55.1 100.3 218.51 -
System Red Green Blue C M Y K H S L
Decimal 182 0 6 0 1 0.97 0.29 358.02 1 0.36
Hex B6 0 6 0 64 61 1D 166 64 24
Octal 266 0 6 0 144 141 35 546 144 44
Binary 10110110 0 110 0 1100100 1100001 11101 101100110 1100100 100100

Color Harmonies of #B60006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60006

Black with #B60006

Text Example


Text Example

White with #B60006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60006; }

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

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

background-color css

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

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

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

border-color css

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

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

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