Html Css Color HEX #B7000A Venetian Red

📋 copy color: '#B7000A'

red 183 ◦ green 0 ◦ blue 10

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

Shades of Venetian Red #B7000A

Tints of Venetian Red #B7000A

RGB

 RED value IS 183 (71.88% from 255) = 94.82%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 10 (4.3% from 255) = 5.18%

R = 94.82%
G = 0%
B = 5.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B7000A (or 0xB7000A) is known color: Venetian Red. HEX triplet: B7, 00 and 0A. RGB value is (183,0,10). Sum of RGB (Red+Green+Blue) = 183+0+10=193 (25% of max value = 765). Red value is 183 (71.88% from 255 or 94.82% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 10 (4.30% from 255 or 5.18% from 193); Max value from RGB is 183 - color contains mainly: red. Hex color #B7000A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7000A is #48FFF5. Grayscale: #383838. Windows color (decimal): -4784118 or 655543. OLE color: 655543.

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

Color convert

RGB 183 0 10 -
CMYK 0 1 0.95 0.28
HSL 356.72º 1% 0.36% -
HSV(B) 356.72º 1% 0.72% -
XYZ 19.58 10.09 1.2 -
YUV 55.86 102.13 218.69 -
System Red Green Blue C M Y K H S L
Decimal 183 0 10 0 1 0.95 0.28 356.72 1 0.36
Hex B7 0 A 0 64 5F 1C 165 64 24
Octal 267 0 12 0 144 137 34 545 144 44
Binary 10110111 0 1010 0 1100100 1011111 11100 101100101 1100100 100100

Color Harmonies of #B7000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7000A

Black with #B7000A

Text Example


Text Example

White with #B7000A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7000A; }

 p { color: rgb(183,0,10); }

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

background-color css

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

 a { background-color: rgb(183,0,10); }

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

border-color css

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

 span { border-color: rgb(183,0,10); }

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