Html Css Color HEX #B4111C Venetian Red

📋 copy color: '#B4111C'

red 180 ◦ green 17 ◦ blue 28

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

Shades of Venetian Red #B4111C

Tints of Venetian Red #B4111C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.44%

R = 80%
G = 7.56%
B = 12.44%

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

#B4111C (or 0xB4111C) is known color: Venetian Red. HEX triplet: B4, 11 and 1C. RGB value is (180,17,28). Sum of RGB (Red+Green+Blue) = 180+17+28=225 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 180 - color contains mainly: red. Hex color #B4111C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4111C is #4BEEE3. Grayscale: #434343. Windows color (decimal): -4976356 or 1839540. OLE color: 1839540.

HSL color Cylindrical-coordinate representation of color #B4111C: hue angle of 355.95º 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 #B4111C is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 17 28 -
CMYK 0 0.91 0.84 0.29
HSL 355.95º 0.83% 0.39% -
HSV(B) 355.95º 0.91% 0.71% -
XYZ 19.23 10.19 2.05 -
YUV 66.99 106 208.61 -
System Red Green Blue C M Y K H S L
Decimal 180 17 28 0 0.91 0.84 0.29 355.95 0.83 0.39
Hex B4 11 1C 0 5B 54 1D 164 53 27
Octal 264 21 34 0 133 124 35 544 123 47
Binary 10110100 10001 11100 0 1011011 1010100 11101 101100100 1010011 100111

Color Harmonies of #B4111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4111C

Black with #B4111C

Text Example


Text Example

White with #B4111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4111C; }

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

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

background-color css

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

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

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

border-color css

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

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

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