Html Css Color HEX #B4081C Venetian Red

📋 copy color: '#B4081C'

red 180 ◦ green 8 ◦ blue 28

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

Shades of Venetian Red #B4081C

Tints of Venetian Red #B4081C

RGB

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

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

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

R = 83.33%
G = 3.7%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B4081C (or 0xB4081C) is known color: Venetian Red. HEX triplet: B4, 08 and 1C. RGB value is (180,8,28). Sum of RGB (Red+Green+Blue) = 180+8+28=216 (28% of max value = 765). Red value is 180 (70.70% from 255 or 83.33% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 28 (11.33% from 255 or 12.96% from 216); Max value from RGB is 180 - color contains mainly: red. Hex color #B4081C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4081C is #4BF7E3. Grayscale: #3D3D3D. Windows color (decimal): -4978660 or 1837236. OLE color: 1837236.

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

Color convert

RGB 180 8 28 -
CMYK 0 0.96 0.84 0.29
HSL 353.02º 0.91% 0.37% -
HSV(B) 353.02º 0.96% 0.71% -
XYZ 19.12 9.96 2.01 -
YUV 61.71 108.98 212.37 -
System Red Green Blue C M Y K H S L
Decimal 180 8 28 0 0.96 0.84 0.29 353.02 0.91 0.37
Hex B4 8 1C 0 60 54 1D 161 5B 25
Octal 264 10 34 0 140 124 35 541 133 45
Binary 10110100 1000 11100 0 1100000 1010100 11101 101100001 1011011 100101

Color Harmonies of #B4081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4081C

Black with #B4081C

Text Example


Text Example

White with #B4081C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4081C; }

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

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

background-color css

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

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

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

border-color css

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

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

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