Html Css Color HEX #B5001C Venetian Red

📋 copy color: '#B5001C'

red 181 ◦ green 0 ◦ blue 28

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

Shades of Venetian Red #B5001C

Tints of Venetian Red #B5001C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.4%

R = 86.6%
G = 0%
B = 13.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B5001C (or 0xB5001C) is known color: Venetian Red. HEX triplet: B5, 00 and 1C. RGB value is (181,0,28). Sum of RGB (Red+Green+Blue) = 181+0+28=209 (27% of max value = 765). Red value is 181 (71.09% from 255 or 86.60% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 181 - color contains mainly: red. Hex color #B5001C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5001C is #4AFFE3. Grayscale: #393939. Windows color (decimal): -4915172 or 1835189. OLE color: 1835189.

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

Color convert

RGB 181 0 28 -
CMYK 0 1 0.85 0.29
HSL 350.72º 1% 0.35% -
HSV(B) 350.72º 1% 0.71% -
XYZ 19.27 9.91 2 -
YUV 57.31 111.47 216.22 -
System Red Green Blue C M Y K H S L
Decimal 181 0 28 0 1 0.85 0.29 350.72 1 0.35
Hex B5 0 1C 0 64 55 1D 15F 64 23
Octal 265 0 34 0 144 125 35 537 144 43
Binary 10110101 0 11100 0 1100100 1010101 11101 101011111 1100100 100011

Color Harmonies of #B5001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5001C

Black with #B5001C

Text Example


Text Example

White with #B5001C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5001C; }

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

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

background-color css

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

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

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

border-color css

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

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

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