Html Css Color HEX #B4151C Venetian Red

📋 copy color: '#B4151C'

red 180 ◦ green 21 ◦ blue 28

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

Shades of Venetian Red #B4151C

Tints of Venetian Red #B4151C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.17%

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

R = 78.6%
G = 9.17%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B4151C (or 0xB4151C) is known color: Venetian Red. HEX triplet: B4, 15 and 1C. RGB value is (180,21,28). Sum of RGB (Red+Green+Blue) = 180+21+28=229 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.60% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 180 - color contains mainly: red. Hex color #B4151C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4151C is #4BEAE3. Grayscale: #454545. Windows color (decimal): -4975332 or 1840564. OLE color: 1840564.

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

Color convert

RGB 180 21 28 -
CMYK 0 0.88 0.84 0.29
HSL 357.36º 0.79% 0.39% -
HSV(B) 357.36º 0.88% 0.71% -
XYZ 19.3 10.32 2.07 -
YUV 69.34 104.68 206.93 -
System Red Green Blue C M Y K H S L
Decimal 180 21 28 0 0.88 0.84 0.29 357.36 0.79 0.39
Hex B4 15 1C 0 58 54 1D 165 4F 27
Octal 264 25 34 0 130 124 35 545 117 47
Binary 10110100 10101 11100 0 1011000 1010100 11101 101100101 1001111 100111

Color Harmonies of #B4151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4151C

Black with #B4151C

Text Example


Text Example

White with #B4151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4151C; }

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

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

background-color css

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

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

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

border-color css

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

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

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