Html Css Color HEX #B00407 Venetian Red

📋 copy color: '#B00407'

red 176 ◦ green 4 ◦ blue 7

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

Shades of Venetian Red #B00407

Tints of Venetian Red #B00407

RGB

 RED value IS 176 (69.14% from 255) = 94.12%

 GREEN value IS 4 (1.95% from 255) = 2.14%

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

R = 94.12%
G = 2.14%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#B00407 (or 0xB00407) is known color: Venetian Red. HEX triplet: B0, 04 and 07. RGB value is (176,4,7). Sum of RGB (Red+Green+Blue) = 176+4+7=187 (24% of max value = 765). Red value is 176 (69.14% from 255 or 94.12% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 7 (3.12% from 255 or 3.74% from 187); Max value from RGB is 176 - color contains mainly: red. Hex color #B00407 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00407 is #4FFBF8. Grayscale: #373737. Windows color (decimal): -5241849 or 459952. OLE color: 459952.

HSL color Cylindrical-coordinate representation of color #B00407: hue angle of 358.95º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B00407 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 4 7 -
CMYK 0 0.98 0.96 0.31
HSL 358.95º 0.96% 0.35% -
HSV(B) 358.95º 0.98% 0.69% -
XYZ 17.99 9.33 1.05 -
YUV 55.77 100.48 213.76 -
System Red Green Blue C M Y K H S L
Decimal 176 4 7 0 0.98 0.96 0.31 358.95 0.96 0.35
Hex B0 4 7 0 62 60 1F 167 60 23
Octal 260 4 7 0 142 140 37 547 140 43
Binary 10110000 100 111 0 1100010 1100000 11111 101100111 1100000 100011

Color Harmonies of #B00407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00407

Black with #B00407

Text Example


Text Example

White with #B00407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00407; }

 p { color: rgb(176,4,7); }

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

background-color css

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

 a { background-color: rgb(176,4,7); }

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

border-color css

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

 span { border-color: rgb(176,4,7); }

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