Html Css Color HEX #B40105 Venetian Red

📋 copy color: '#B40105'

red 180 ◦ green 1 ◦ blue 5

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

Shades of Venetian Red #B40105

Tints of Venetian Red #B40105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.69%

R = 96.77%
G = 0.54%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B40105 (or 0xB40105) is known color: Venetian Red. HEX triplet: B4, 01 and 05. RGB value is (180,1,5). Sum of RGB (Red+Green+Blue) = 180+1+5=186 (24% of max value = 765). Red value is 180 (70.70% from 255 or 96.77% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 180 - color contains mainly: red. Hex color #B40105 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40105 is #4BFEFA. Grayscale: #373737. Windows color (decimal): -4980475 or 328116. OLE color: 328116.

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

Color convert

RGB 180 1 5 -
CMYK 0 0.99 0.97 0.29
HSL 358.66º 0.99% 0.35% -
HSV(B) 358.66º 0.99% 0.71% -
XYZ 18.86 9.74 1.03 -
YUV 54.98 99.8 217.17 -
System Red Green Blue C M Y K H S L
Decimal 180 1 5 0 0.99 0.97 0.29 358.66 0.99 0.35
Hex B4 1 5 0 63 61 1D 167 63 23
Octal 264 1 5 0 143 141 35 547 143 43
Binary 10110100 1 101 0 1100011 1100001 11101 101100111 1100011 100011

Color Harmonies of #B40105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40105

Black with #B40105

Text Example


Text Example

White with #B40105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40105; }

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

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

background-color css

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

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

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

border-color css

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

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

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