Html Css Color HEX #B4011D Venetian Red

📋 copy color: '#B4011D'

red 180 ◦ green 1 ◦ blue 29

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

Shades of Venetian Red #B4011D

Tints of Venetian Red #B4011D

RGB

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

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

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

R = 85.71%
G = 0.48%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B4011D (or 0xB4011D) is known color: Venetian Red. HEX triplet: B4, 01 and 1D. RGB value is (180,1,29). Sum of RGB (Red+Green+Blue) = 180+1+29=210 (27% of max value = 765). Red value is 180 (70.70% from 255 or 85.71% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 180 - color contains mainly: red. Hex color #B4011D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4011D is #4BFEE2. Grayscale: #393939. Windows color (decimal): -4980451 or 1900980. OLE color: 1900980.

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

Color convert

RGB 180 1 29 -
CMYK 0 0.99 0.84 0.29
HSL 350.61º 0.99% 0.35% -
HSV(B) 350.61º 0.99% 0.71% -
XYZ 19.06 9.81 2.05 -
YUV 57.71 111.8 215.22 -
System Red Green Blue C M Y K H S L
Decimal 180 1 29 0 0.99 0.84 0.29 350.61 0.99 0.35
Hex B4 1 1D 0 63 54 1D 15F 63 23
Octal 264 1 35 0 143 124 35 537 143 43
Binary 10110100 1 11101 0 1100011 1010100 11101 101011111 1100011 100011

Color Harmonies of #B4011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4011D

Black with #B4011D

Text Example


Text Example

White with #B4011D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4011D; }

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

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

background-color css

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

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

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

border-color css

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

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

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