Html Css Color HEX #B4001D Venetian Red

📋 copy color: '#B4001D'

red 180 ◦ green 0 ◦ blue 29

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

Shades of Venetian Red #B4001D

Tints of Venetian Red #B4001D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.88%

R = 86.12%
G = 0%
B = 13.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B4001D (or 0xB4001D) is known color: Venetian Red. HEX triplet: B4, 00 and 1D. RGB value is (180,0,29). Sum of RGB (Red+Green+Blue) = 180+0+29=209 (27% of max value = 765). Red value is 180 (70.70% from 255 or 86.12% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 180 - color contains mainly: red. Hex color #B4001D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4001D is #4BFFE2. Grayscale: #393939. Windows color (decimal): -4980707 or 1900724. OLE color: 1900724.

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

Color convert

RGB 180 0 29 -
CMYK 0 1 0.84 0.29
HSL 350.33º 1% 0.35% -
HSV(B) 350.33º 1% 0.71% -
XYZ 19.04 9.79 2.05 -
YUV 57.13 112.13 215.64 -
System Red Green Blue C M Y K H S L
Decimal 180 0 29 0 1 0.84 0.29 350.33 1 0.35
Hex B4 0 1D 0 64 54 1D 15E 64 23
Octal 264 0 35 0 144 124 35 536 144 43
Binary 10110100 0 11101 0 1100100 1010100 11101 101011110 1100100 100011

Color Harmonies of #B4001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4001D

Black with #B4001D

Text Example


Text Example

White with #B4001D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4001D; }

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

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

background-color css

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

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

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

border-color css

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

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

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