Html Css Color HEX #B4080B Venetian Red

📋 copy color: '#B4080B'

red 180 ◦ green 8 ◦ blue 11

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

Shades of Venetian Red #B4080B

Tints of Venetian Red #B4080B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.02%

 BLUE value IS 11 (4.69% from 255) = 5.53%

R = 90.45%
G = 4.02%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B4080B (or 0xB4080B) is known color: Venetian Red. HEX triplet: B4, 08 and 0B. RGB value is (180,8,11). Sum of RGB (Red+Green+Blue) = 180+8+11=199 (26% of max value = 765). Red value is 180 (70.70% from 255 or 90.45% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 180 - color contains mainly: red. Hex color #B4080B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B4080B is #4BF7F4. Grayscale: #3B3B3B. Windows color (decimal): -4978677 or 723124. OLE color: 723124.

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

Color convert

RGB 180 8 11 -
CMYK 0 0.96 0.94 0.29
HSL 358.95º 0.91% 0.37% -
HSV(B) 358.95º 0.96% 0.71% -
XYZ 18.97 9.9 1.23 -
YUV 59.77 100.48 213.76 -
System Red Green Blue C M Y K H S L
Decimal 180 8 11 0 0.96 0.94 0.29 358.95 0.91 0.37
Hex B4 8 B 0 60 5E 1D 167 5B 25
Octal 264 10 13 0 140 136 35 547 133 45
Binary 10110100 1000 1011 0 1100000 1011110 11101 101100111 1011011 100101

Color Harmonies of #B4080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4080B

Black with #B4080B

Text Example


Text Example

White with #B4080B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4080B; }

 p { color: rgb(180,8,11); }

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

background-color css

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

 a { background-color: rgb(180,8,11); }

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

border-color css

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

 span { border-color: rgb(180,8,11); }

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