Html Css Color HEX #B4111D Venetian Red

📋 copy color: '#B4111D'

red 180 ◦ green 17 ◦ blue 29

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

Shades of Venetian Red #B4111D

Tints of Venetian Red #B4111D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.52%

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

R = 79.65%
G = 7.52%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B4111D (or 0xB4111D) is known color: Venetian Red. HEX triplet: B4, 11 and 1D. RGB value is (180,17,29). Sum of RGB (Red+Green+Blue) = 180+17+29=226 (29% of max value = 765). Red value is 180 (70.70% from 255 or 79.65% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 180 - color contains mainly: red. Hex color #B4111D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4111D is #4BEEE2. Grayscale: #434343. Windows color (decimal): -4976355 or 1905076. OLE color: 1905076.

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

Color convert

RGB 180 17 29 -
CMYK 0 0.91 0.84 0.29
HSL 355.58º 0.83% 0.39% -
HSV(B) 355.58º 0.91% 0.71% -
XYZ 19.24 10.19 2.12 -
YUV 67.11 106.5 208.52 -
System Red Green Blue C M Y K H S L
Decimal 180 17 29 0 0.91 0.84 0.29 355.58 0.83 0.39
Hex B4 11 1D 0 5B 54 1D 164 53 27
Octal 264 21 35 0 133 124 35 544 123 47
Binary 10110100 10001 11101 0 1011011 1010100 11101 101100100 1010011 100111

Color Harmonies of #B4111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4111D

Black with #B4111D

Text Example


Text Example

White with #B4111D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4111D; }

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

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

background-color css

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

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

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

border-color css

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

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

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