Html Css Color HEX #B5000A Venetian Red

📋 copy color: '#B5000A'

red 181 ◦ green 0 ◦ blue 10

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

Shades of Venetian Red #B5000A

Tints of Venetian Red #B5000A

RGB

 RED value IS 181 (71.09% from 255) = 94.76%

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

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

R = 94.76%
G = 0%
B = 5.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B5000A (or 0xB5000A) is known color: Venetian Red. HEX triplet: B5, 00 and 0A. RGB value is (181,0,10). Sum of RGB (Red+Green+Blue) = 181+0+10=191 (25% of max value = 765). Red value is 181 (71.09% from 255 or 94.76% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 181 - color contains mainly: red. Hex color #B5000A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5000A is #4AFFF5. Grayscale: #373737. Windows color (decimal): -4915190 or 655541. OLE color: 655541.

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

Color convert

RGB 181 0 10 -
CMYK 0 1 0.94 0.29
HSL 356.69º 1% 0.35% -
HSV(B) 356.69º 1% 0.71% -
XYZ 19.11 9.85 1.18 -
YUV 55.26 102.47 217.69 -
System Red Green Blue C M Y K H S L
Decimal 181 0 10 0 1 0.94 0.29 356.69 1 0.35
Hex B5 0 A 0 64 5E 1D 165 64 23
Octal 265 0 12 0 144 136 35 545 144 43
Binary 10110101 0 1010 0 1100100 1011110 11101 101100101 1100100 100011

Color Harmonies of #B5000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5000A

Black with #B5000A

Text Example


Text Example

White with #B5000A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5000A; }

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

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

background-color css

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

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

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

border-color css

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

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

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