Html Css Color HEX #B40108 Venetian Red

📋 copy color: '#B40108'

red 180 ◦ green 1 ◦ blue 8

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

Shades of Venetian Red #B40108

Tints of Venetian Red #B40108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.23%

R = 95.24%
G = 0.53%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B40108 (or 0xB40108) is known color: Venetian Red. HEX triplet: B4, 01 and 08. RGB value is (180,1,8). Sum of RGB (Red+Green+Blue) = 180+1+8=189 (25% of max value = 765). Red value is 180 (70.70% from 255 or 95.24% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 180 - color contains mainly: red. Hex color #B40108 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40108 is #4BFEF7. Grayscale: #373737. Windows color (decimal): -4980472 or 524724. OLE color: 524724.

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

Color convert

RGB 180 1 8 -
CMYK 0 0.99 0.96 0.29
HSL 357.65º 0.99% 0.35% -
HSV(B) 357.65º 0.99% 0.71% -
XYZ 18.88 9.74 1.12 -
YUV 55.32 101.3 216.93 -
System Red Green Blue C M Y K H S L
Decimal 180 1 8 0 0.99 0.96 0.29 357.65 0.99 0.35
Hex B4 1 8 0 63 60 1D 166 63 23
Octal 264 1 10 0 143 140 35 546 143 43
Binary 10110100 1 1000 0 1100011 1100000 11101 101100110 1100011 100011

Color Harmonies of #B40108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40108

Black with #B40108

Text Example


Text Example

White with #B40108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40108; }

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

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

background-color css

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

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

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

border-color css

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

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

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