Html Css Color HEX #B70104 Venetian Red

📋 copy color: '#B70104'

red 183 ◦ green 1 ◦ blue 4

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

Shades of Venetian Red #B70104

Tints of Venetian Red #B70104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.13%

R = 97.34%
G = 0.53%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B70104 (or 0xB70104) is known color: Venetian Red. HEX triplet: B7, 01 and 04. RGB value is (183,1,4). Sum of RGB (Red+Green+Blue) = 183+1+4=188 (24% of max value = 765). Red value is 183 (71.88% from 255 or 97.34% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 4 (1.95% from 255 or 2.13% from 188); Max value from RGB is 183 - color contains mainly: red. Hex color #B70104 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70104 is #48FEFB. Grayscale: #373737. Windows color (decimal): -4783868 or 262583. OLE color: 262583.

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

Color convert

RGB 183 1 4 -
CMYK 0 0.99 0.98 0.28
HSL 359.01º 0.99% 0.36% -
HSV(B) 359.01º 0.99% 0.72% -
XYZ 19.56 10.1 1.03 -
YUV 55.76 98.8 218.76 -
System Red Green Blue C M Y K H S L
Decimal 183 1 4 0 0.99 0.98 0.28 359.01 0.99 0.36
Hex B7 1 4 0 63 62 1C 167 63 24
Octal 267 1 4 0 143 142 34 547 143 44
Binary 10110111 1 100 0 1100011 1100010 11100 101100111 1100011 100100

Color Harmonies of #B70104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70104

Black with #B70104

Text Example


Text Example

White with #B70104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70104; }

 p { color: rgb(183,1,4); }

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

background-color css

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

 a { background-color: rgb(183,1,4); }

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

border-color css

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

 span { border-color: rgb(183,1,4); }

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