Html Css Color HEX #B5002D Venetian Red

📋 copy color: '#B5002D'

red 181 ◦ green 0 ◦ blue 45

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

Shades of Venetian Red #B5002D

Tints of Venetian Red #B5002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.91%

R = 80.09%
G = 0%
B = 19.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5002D (or 0xB5002D) is known color: Venetian Red. HEX triplet: B5, 00 and 2D. RGB value is (181,0,45). Sum of RGB (Red+Green+Blue) = 181+0+45=226 (29% of max value = 765). Red value is 181 (71.09% from 255 or 80.09% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 181 - color contains mainly: red. Hex color #B5002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5002D is #4AFFD2. Grayscale: #3B3B3B. Windows color (decimal): -4915155 or 2949301. OLE color: 2949301.

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

Color convert

RGB 181 0 45 -
CMYK 0 1 0.75 0.29
HSL 345.08º 1% 0.35% -
HSV(B) 345.08º 1% 0.71% -
XYZ 19.53 10.01 3.39 -
YUV 59.25 119.97 214.84 -
System Red Green Blue C M Y K H S L
Decimal 181 0 45 0 1 0.75 0.29 345.08 1 0.35
Hex B5 0 2D 0 64 4B 1D 159 64 23
Octal 265 0 55 0 144 113 35 531 144 43
Binary 10110101 0 101101 0 1100100 1001011 11101 101011001 1100100 100011

Color Harmonies of #B5002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5002D

Black with #B5002D

Text Example


Text Example

White with #B5002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5002D; }

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

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

background-color css

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

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

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

border-color css

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

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

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