Html Css Color HEX #B5001A Venetian Red

📋 copy color: '#B5001A'

red 181 ◦ green 0 ◦ blue 26

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

Shades of Venetian Red #B5001A

Tints of Venetian Red #B5001A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.56%

R = 87.44%
G = 0%
B = 12.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B5001A (or 0xB5001A) is known color: Venetian Red. HEX triplet: B5, 00 and 1A. RGB value is (181,0,26). Sum of RGB (Red+Green+Blue) = 181+0+26=207 (27% of max value = 765). Red value is 181 (71.09% from 255 or 87.44% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 181 - color contains mainly: red. Hex color #B5001A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5001A is #4AFFE5. Grayscale: #393939. Windows color (decimal): -4915174 or 1704117. OLE color: 1704117.

HSL color Cylindrical-coordinate representation of color #B5001A: hue angle of 351.38º 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 #B5001A is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 0 26 -
CMYK 0 1 0.86 0.29
HSL 351.38º 1% 0.35% -
HSV(B) 351.38º 1% 0.71% -
XYZ 19.24 9.9 1.87 -
YUV 57.08 110.47 216.39 -
System Red Green Blue C M Y K H S L
Decimal 181 0 26 0 1 0.86 0.29 351.38 1 0.35
Hex B5 0 1A 0 64 56 1D 15F 64 23
Octal 265 0 32 0 144 126 35 537 144 43
Binary 10110101 0 11010 0 1100100 1010110 11101 101011111 1100100 100011

Color Harmonies of #B5001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5001A

Black with #B5001A

Text Example


Text Example

White with #B5001A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5001A; }

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

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

background-color css

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

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

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

border-color css

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

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

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