Html Css Color HEX #B40109 Venetian Red

📋 copy color: '#B40109'

red 180 ◦ green 1 ◦ blue 9

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

Shades of Venetian Red #B40109

Tints of Venetian Red #B40109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.74%

R = 94.74%
G = 0.53%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B40109 (or 0xB40109) is known color: Venetian Red. HEX triplet: B4, 01 and 09. RGB value is (180,1,9). Sum of RGB (Red+Green+Blue) = 180+1+9=190 (25% of max value = 765). Red value is 180 (70.70% from 255 or 94.74% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 9 (3.91% from 255 or 4.74% from 190); Max value from RGB is 180 - color contains mainly: red. Hex color #B40109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40109 is #4BFEF6. Grayscale: #373737. Windows color (decimal): -4980471 or 590260. OLE color: 590260.

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

Color convert

RGB 180 1 9 -
CMYK 0 0.99 0.95 0.29
HSL 357.32º 0.99% 0.35% -
HSV(B) 357.32º 0.99% 0.71% -
XYZ 18.88 9.74 1.14 -
YUV 55.43 101.8 216.85 -
System Red Green Blue C M Y K H S L
Decimal 180 1 9 0 0.99 0.95 0.29 357.32 0.99 0.35
Hex B4 1 9 0 63 5F 1D 165 63 23
Octal 264 1 11 0 143 137 35 545 143 43
Binary 10110100 1 1001 0 1100011 1011111 11101 101100101 1100011 100011

Color Harmonies of #B40109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40109

Black with #B40109

Text Example


Text Example

White with #B40109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40109; }

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

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

background-color css

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

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

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

border-color css

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

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

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