Html Css Color HEX #B4080C Venetian Red

📋 copy color: '#B4080C'

red 180 ◦ green 8 ◦ blue 12

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

Shades of Venetian Red #B4080C

Tints of Venetian Red #B4080C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6%

R = 90%
G = 4%
B = 6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B4080C (or 0xB4080C) is known color: Venetian Red. HEX triplet: B4, 08 and 0C. RGB value is (180,8,12). Sum of RGB (Red+Green+Blue) = 180+8+12=200 (26% of max value = 765). Red value is 180 (70.70% from 255 or 90% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 180 - color contains mainly: red. Hex color #B4080C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B4080C is #4BF7F3. Grayscale: #3C3C3C. Windows color (decimal): -4978676 or 788660. OLE color: 788660.

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

Color convert

RGB 180 8 12 -
CMYK 0 0.96 0.93 0.29
HSL 358.6º 0.91% 0.37% -
HSV(B) 358.6º 0.96% 0.71% -
XYZ 18.98 9.9 1.26 -
YUV 59.88 100.98 213.67 -
System Red Green Blue C M Y K H S L
Decimal 180 8 12 0 0.96 0.93 0.29 358.6 0.91 0.37
Hex B4 8 C 0 60 5D 1D 167 5B 25
Octal 264 10 14 0 140 135 35 547 133 45
Binary 10110100 1000 1100 0 1100000 1011101 11101 101100111 1011011 100101

Color Harmonies of #B4080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4080C

Black with #B4080C

Text Example


Text Example

White with #B4080C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4080C; }

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

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

background-color css

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

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

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

border-color css

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

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

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