Html Css Color HEX #B5002A Venetian Red

📋 copy color: '#B5002A'

red 181 ◦ green 0 ◦ blue 42

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

Shades of Venetian Red #B5002A

Tints of Venetian Red #B5002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.83%

R = 81.17%
G = 0%
B = 18.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B5002A (or 0xB5002A) is known color: Venetian Red. HEX triplet: B5, 00 and 2A. RGB value is (181,0,42). Sum of RGB (Red+Green+Blue) = 181+0+42=223 (29% of max value = 765). Red value is 181 (71.09% from 255 or 81.17% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 181 - color contains mainly: red. Hex color #B5002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5002A is #4AFFD5. Grayscale: #3A3A3A. Windows color (decimal): -4915158 or 2752693. OLE color: 2752693.

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

Color convert

RGB 181 0 42 -
CMYK 0 1 0.77 0.29
HSL 346.08º 1% 0.35% -
HSV(B) 346.08º 1% 0.71% -
XYZ 19.47 9.99 3.09 -
YUV 58.91 118.47 215.08 -
System Red Green Blue C M Y K H S L
Decimal 181 0 42 0 1 0.77 0.29 346.08 1 0.35
Hex B5 0 2A 0 64 4D 1D 15A 64 23
Octal 265 0 52 0 144 115 35 532 144 43
Binary 10110101 0 101010 0 1100100 1001101 11101 101011010 1100100 100011

Color Harmonies of #B5002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5002A

Black with #B5002A

Text Example


Text Example

White with #B5002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5002A; }

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

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

background-color css

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

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

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

border-color css

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

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

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