Html Css Color HEX #B3071B Venetian Red

📋 copy color: '#B3071B'

red 179 ◦ green 7 ◦ blue 27

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

Shades of Venetian Red #B3071B

Tints of Venetian Red #B3071B

RGB

 RED value IS 179 (70.31% from 255) = 84.04%

 GREEN value IS 7 (3.13% from 255) = 3.29%

 BLUE value IS 27 (10.94% from 255) = 12.68%

R = 84.04%
G = 3.29%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B3071B (or 0xB3071B) is known color: Venetian Red. HEX triplet: B3, 07 and 1B. RGB value is (179,7,27). Sum of RGB (Red+Green+Blue) = 179+7+27=213 (28% of max value = 765). Red value is 179 (70.31% from 255 or 84.04% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 27 (10.94% from 255 or 12.68% from 213); Max value from RGB is 179 - color contains mainly: red. Hex color #B3071B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3071B is #4CF8E4. Grayscale: #3C3C3C. Windows color (decimal): -5044453 or 1771443. OLE color: 1771443.

HSL color Cylindrical-coordinate representation of color #B3071B: hue angle of 353.02º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B3071B is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 7 27 -
CMYK 0 0.96 0.85 0.30
HSL 353.02º 0.92% 0.36% -
HSV(B) 353.02º 0.96% 0.7% -
XYZ 18.86 9.81 1.94 -
YUV 60.71 108.98 212.37 -
System Red Green Blue C M Y K H S L
Decimal 179 7 27 0 0.96 0.85 0.30 353.02 0.92 0.36
Hex B3 7 1B 0 60 55 1E 161 5C 24
Octal 263 7 33 0 140 125 36 541 134 44
Binary 10110011 111 11011 0 1100000 1010101 11110 101100001 1011100 100100

Color Harmonies of #B3071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3071B

Black with #B3071B

Text Example


Text Example

White with #B3071B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3071B; }

 p { color: rgb(179,7,27); }

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

background-color css

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

 a { background-color: rgb(179,7,27); }

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

border-color css

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

 span { border-color: rgb(179,7,27); }

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