Html Css Color HEX #B4002D Venetian Red

📋 copy color: '#B4002D'

red 180 ◦ green 0 ◦ blue 45

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

Shades of Venetian Red #B4002D

Tints of Venetian Red #B4002D

RGB

 RED value IS 180 (70.7% from 255) = 80%

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

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

R = 80%
G = 0%
B = 20%

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

#B4002D (or 0xB4002D) is known color: Venetian Red. HEX triplet: B4, 00 and 2D. RGB value is (180,0,45). Sum of RGB (Red+Green+Blue) = 180+0+45=225 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 180 - color contains mainly: red. Hex color #B4002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4002D is #4BFFD2. Grayscale: #3A3A3A. Windows color (decimal): -4980691 or 2949300. OLE color: 2949300.

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

Color convert

RGB 180 0 45 -
CMYK 0 1 0.75 0.29
HSL 345º 1% 0.35% -
HSV(B) 345º 1% 0.71% -
XYZ 19.3 9.89 3.38 -
YUV 58.95 120.13 214.34 -
System Red Green Blue C M Y K H S L
Decimal 180 0 45 0 1 0.75 0.29 345 1 0.35
Hex B4 0 2D 0 64 4B 1D 159 64 23
Octal 264 0 55 0 144 113 35 531 144 43
Binary 10110100 0 101101 0 1100100 1001011 11101 101011001 1100100 100011

Color Harmonies of #B4002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4002D

Black with #B4002D

Text Example


Text Example

White with #B4002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4002D; }

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

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

background-color css

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

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

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

border-color css

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

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

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