Html Css Color HEX #B4071B Venetian Red

📋 copy color: '#B4071B'

red 180 ◦ green 7 ◦ blue 27

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

Shades of Venetian Red #B4071B

Tints of Venetian Red #B4071B

RGB

 RED value IS 180 (70.7% from 255) = 84.11%

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

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

R = 84.11%
G = 3.27%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B4071B (or 0xB4071B) is known color: Venetian Red. HEX triplet: B4, 07 and 1B. RGB value is (180,7,27). Sum of RGB (Red+Green+Blue) = 180+7+27=214 (28% of max value = 765). Red value is 180 (70.70% from 255 or 84.11% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 27 (10.94% from 255 or 12.62% from 214); Max value from RGB is 180 - color contains mainly: red. Hex color #B4071B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4071B is #4BF8E4. Grayscale: #3D3D3D. Windows color (decimal): -4978917 or 1771444. OLE color: 1771444.

HSL color Cylindrical-coordinate representation of color #B4071B: hue angle of 353.06º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B4071B is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 7 27 -
CMYK 0 0.96 0.85 0.29
HSL 353.06º 0.93% 0.37% -
HSV(B) 353.06º 0.96% 0.71% -
XYZ 19.1 9.93 1.95 -
YUV 61.01 108.81 212.87 -
System Red Green Blue C M Y K H S L
Decimal 180 7 27 0 0.96 0.85 0.29 353.06 0.93 0.37
Hex B4 7 1B 0 60 55 1D 161 5D 25
Octal 264 7 33 0 140 125 35 541 135 45
Binary 10110100 111 11011 0 1100000 1010101 11101 101100001 1011101 100101

Color Harmonies of #B4071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4071B

Black with #B4071B

Text Example


Text Example

White with #B4071B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4071B; }

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

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

background-color css

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

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

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

border-color css

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

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

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