Html Css Color HEX #B40607 Venetian Red

📋 copy color: '#B40607'

red 180 ◦ green 6 ◦ blue 7

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

Shades of Venetian Red #B40607

Tints of Venetian Red #B40607

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.11%

 BLUE value IS 7 (3.13% from 255) = 3.63%

R = 93.26%
G = 3.11%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B40607 (or 0xB40607) is known color: Venetian Red. HEX triplet: B4, 06 and 07. RGB value is (180,6,7). Sum of RGB (Red+Green+Blue) = 180+6+7=193 (25% of max value = 765). Red value is 180 (70.70% from 255 or 93.26% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 7 (3.12% from 255 or 3.63% from 193); Max value from RGB is 180 - color contains mainly: red. Hex color #B40607 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40607 is #4BF9F8. Grayscale: #3A3A3A. Windows color (decimal): -4979193 or 460468. OLE color: 460468.

HSL color Cylindrical-coordinate representation of color #B40607: hue angle of 359.66º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B40607 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 6 7 -
CMYK 0 0.97 0.96 0.29
HSL 359.66º 0.94% 0.36% -
HSV(B) 359.66º 0.97% 0.71% -
XYZ 18.93 9.85 1.1 -
YUV 58.14 99.15 214.92 -
System Red Green Blue C M Y K H S L
Decimal 180 6 7 0 0.97 0.96 0.29 359.66 0.94 0.36
Hex B4 6 7 0 61 60 1D 168 5E 24
Octal 264 6 7 0 141 140 35 550 136 44
Binary 10110100 110 111 0 1100001 1100000 11101 101101000 1011110 100100

Color Harmonies of #B40607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40607

Black with #B40607

Text Example


Text Example

White with #B40607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40607; }

 p { color: rgb(180,6,7); }

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

background-color css

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

 a { background-color: rgb(180,6,7); }

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

border-color css

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

 span { border-color: rgb(180,6,7); }

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