Html Css Color HEX #B70005 Venetian Red

📋 copy color: '#B70005'

red 183 ◦ green 0 ◦ blue 5

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

Shades of Venetian Red #B70005

Tints of Venetian Red #B70005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.66%

R = 97.34%
G = 0%
B = 2.66%

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

#B70005 (or 0xB70005) is known color: Venetian Red. HEX triplet: B7, 00 and 05. RGB value is (183,0,5). Sum of RGB (Red+Green+Blue) = 183+0+5=188 (24% of max value = 765). Red value is 183 (71.88% from 255 or 97.34% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 5 (2.34% from 255 or 2.66% from 188); Max value from RGB is 183 - color contains mainly: red. Hex color #B70005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70005 is #48FFFA. Grayscale: #373737. Windows color (decimal): -4784123 or 327863. OLE color: 327863.

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

Color convert

RGB 183 0 5 -
CMYK 0 1 0.97 0.28
HSL 358.36º 1% 0.36% -
HSV(B) 358.36º 1% 0.72% -
XYZ 19.56 10.08 1.06 -
YUV 55.29 99.63 219.09 -
System Red Green Blue C M Y K H S L
Decimal 183 0 5 0 1 0.97 0.28 358.36 1 0.36
Hex B7 0 5 0 64 61 1C 166 64 24
Octal 267 0 5 0 144 141 34 546 144 44
Binary 10110111 0 101 0 1100100 1100001 11100 101100110 1100100 100100

Color Harmonies of #B70005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70005

Black with #B70005

Text Example


Text Example

White with #B70005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70005; }

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

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

background-color css

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

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

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

border-color css

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

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

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