Html Css Color HEX #B40104 Venetian Red

📋 copy color: '#B40104'

red 180 ◦ green 1 ◦ blue 4

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

Shades of Venetian Red #B40104

Tints of Venetian Red #B40104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.16%

R = 97.3%
G = 0.54%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B40104 (or 0xB40104) is known color: Venetian Red. HEX triplet: B4, 01 and 04. RGB value is (180,1,4). Sum of RGB (Red+Green+Blue) = 180+1+4=185 (24% of max value = 765). Red value is 180 (70.70% from 255 or 97.30% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 180 - color contains mainly: red. Hex color #B40104 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40104 is #4BFEFB. Grayscale: #373737. Windows color (decimal): -4980476 or 262580. OLE color: 262580.

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

Color convert

RGB 180 1 4 -
CMYK 0 0.99 0.98 0.29
HSL 358.99º 0.99% 0.35% -
HSV(B) 358.99º 0.99% 0.71% -
XYZ 18.86 9.73 1 -
YUV 54.86 99.3 217.26 -
System Red Green Blue C M Y K H S L
Decimal 180 1 4 0 0.99 0.98 0.29 358.99 0.99 0.35
Hex B4 1 4 0 63 62 1D 167 63 23
Octal 264 1 4 0 143 142 35 547 143 43
Binary 10110100 1 100 0 1100011 1100010 11101 101100111 1100011 100011

Color Harmonies of #B40104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40104

Black with #B40104

Text Example


Text Example

White with #B40104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40104; }

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

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

background-color css

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

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

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

border-color css

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

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

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