Html Css Color HEX #B4011C Venetian Red

📋 copy color: '#B4011C'

red 180 ◦ green 1 ◦ blue 28

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

Shades of Venetian Red #B4011C

Tints of Venetian Red #B4011C

RGB

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

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

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

R = 86.12%
G = 0.48%
B = 13.4%

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

#B4011C (or 0xB4011C) is known color: Venetian Red. HEX triplet: B4, 01 and 1C. RGB value is (180,1,28). Sum of RGB (Red+Green+Blue) = 180+1+28=209 (27% of max value = 765). Red value is 180 (70.70% from 255 or 86.12% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 180 - color contains mainly: red. Hex color #B4011C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4011C is #4BFEE3. Grayscale: #393939. Windows color (decimal): -4980452 or 1835444. OLE color: 1835444.

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

Color convert

RGB 180 1 28 -
CMYK 0 0.99 0.84 0.29
HSL 350.95º 0.99% 0.35% -
HSV(B) 350.95º 0.99% 0.71% -
XYZ 19.04 9.81 1.99 -
YUV 57.6 111.3 215.3 -
System Red Green Blue C M Y K H S L
Decimal 180 1 28 0 0.99 0.84 0.29 350.95 0.99 0.35
Hex B4 1 1C 0 63 54 1D 15F 63 23
Octal 264 1 34 0 143 124 35 537 143 43
Binary 10110100 1 11100 0 1100011 1010100 11101 101011111 1100011 100011

Color Harmonies of #B4011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4011C

Black with #B4011C

Text Example


Text Example

White with #B4011C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4011C; }

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

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

background-color css

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

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

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

border-color css

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

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

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