Html Css Color HEX #B4051D Venetian Red

📋 copy color: '#B4051D'

red 180 ◦ green 5 ◦ blue 29

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

Shades of Venetian Red #B4051D

Tints of Venetian Red #B4051D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.34%

 BLUE value IS 29 (11.72% from 255) = 13.55%

R = 84.11%
G = 2.34%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B4051D (or 0xB4051D) is known color: Venetian Red. HEX triplet: B4, 05 and 1D. RGB value is (180,5,29). Sum of RGB (Red+Green+Blue) = 180+5+29=214 (28% of max value = 765). Red value is 180 (70.70% from 255 or 84.11% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 29 (11.72% from 255 or 13.55% from 214); Max value from RGB is 180 - color contains mainly: red. Hex color #B4051D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4051D is #4BFAE2. Grayscale: #3C3C3C. Windows color (decimal): -4979427 or 1902004. OLE color: 1902004.

HSL color Cylindrical-coordinate representation of color #B4051D: hue angle of 351.77º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B4051D is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 5 29 -
CMYK 0 0.97 0.84 0.29
HSL 351.77º 0.95% 0.36% -
HSV(B) 351.77º 0.97% 0.71% -
XYZ 19.1 9.9 2.07 -
YUV 60.06 110.48 213.55 -
System Red Green Blue C M Y K H S L
Decimal 180 5 29 0 0.97 0.84 0.29 351.77 0.95 0.36
Hex B4 5 1D 0 61 54 1D 160 5F 24
Octal 264 5 35 0 141 124 35 540 137 44
Binary 10110100 101 11101 0 1100001 1010100 11101 101100000 1011111 100100

Color Harmonies of #B4051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4051D

Black with #B4051D

Text Example


Text Example

White with #B4051D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4051D; }

 p { color: rgb(180,5,29); }

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

background-color css

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

 a { background-color: rgb(180,5,29); }

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

border-color css

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

 span { border-color: rgb(180,5,29); }

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