Html Css Color HEX #B80207 Venetian Red

📋 copy color: '#B80207'

red 184 ◦ green 2 ◦ blue 7

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

Shades of Venetian Red #B80207

Tints of Venetian Red #B80207

RGB

 RED value IS 184 (72.27% from 255) = 95.34%

 GREEN value IS 2 (1.17% from 255) = 1.04%

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

R = 95.34%
G = 1.04%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B80207 (or 0xB80207) is known color: Venetian Red. HEX triplet: B8, 02 and 07. RGB value is (184,2,7). Sum of RGB (Red+Green+Blue) = 184+2+7=193 (25% of max value = 765). Red value is 184 (72.27% from 255 or 95.34% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 7 (3.12% from 255 or 3.63% from 193); Max value from RGB is 184 - color contains mainly: red. Hex color #B80207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80207 is #47FDF8. Grayscale: #393939. Windows color (decimal): -4718073 or 459448. OLE color: 459448.

HSL color Cylindrical-coordinate representation of color #B80207: hue angle of 358.35º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B80207 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 2 7 -
CMYK 0 0.99 0.96 0.28
HSL 358.35º 0.98% 0.36% -
HSV(B) 358.35º 0.99% 0.72% -
XYZ 19.83 10.25 1.13 -
YUV 56.99 99.8 218.59 -
System Red Green Blue C M Y K H S L
Decimal 184 2 7 0 0.99 0.96 0.28 358.35 0.98 0.36
Hex B8 2 7 0 63 60 1C 166 62 24
Octal 270 2 7 0 143 140 34 546 142 44
Binary 10111000 10 111 0 1100011 1100000 11100 101100110 1100010 100100

Color Harmonies of #B80207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80207

Black with #B80207

Text Example


Text Example

White with #B80207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80207; }

 p { color: rgb(184,2,7); }

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

background-color css

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

 a { background-color: rgb(184,2,7); }

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

border-color css

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

 span { border-color: rgb(184,2,7); }

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