Html Css Color HEX #B70006 Venetian Red

📋 copy color: '#B70006'

red 183 ◦ green 0 ◦ blue 6

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

Shades of Venetian Red #B70006

Tints of Venetian Red #B70006

RGB

 RED value IS 183 (71.88% from 255) = 96.83%

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

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

R = 96.83%
G = 0%
B = 3.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B70006 (or 0xB70006) is known color: Venetian Red. HEX triplet: B7, 00 and 06. RGB value is (183,0,6). Sum of RGB (Red+Green+Blue) = 183+0+6=189 (25% of max value = 765). Red value is 183 (71.88% from 255 or 96.83% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 6 (2.73% from 255 or 3.17% from 189); Max value from RGB is 183 - color contains mainly: red. Hex color #B70006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70006 is #48FFF9. Grayscale: #373737. Windows color (decimal): -4784122 or 393399. OLE color: 393399.

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

Color convert

RGB 183 0 6 -
CMYK 0 1 0.97 0.28
HSL 358.03º 1% 0.36% -
HSV(B) 358.03º 1% 0.72% -
XYZ 19.56 10.08 1.09 -
YUV 55.4 100.13 219.01 -
System Red Green Blue C M Y K H S L
Decimal 183 0 6 0 1 0.97 0.28 358.03 1 0.36
Hex B7 0 6 0 64 61 1C 166 64 24
Octal 267 0 6 0 144 141 34 546 144 44
Binary 10110111 0 110 0 1100100 1100001 11100 101100110 1100100 100100

Color Harmonies of #B70006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70006

Black with #B70006

Text Example


Text Example

White with #B70006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70006; }

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

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

background-color css

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

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

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

border-color css

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

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

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