Html Css Color HEX #B4041D Venetian Red

📋 copy color: '#B4041D'

red 180 ◦ green 4 ◦ blue 29

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

Shades of Venetian Red #B4041D

Tints of Venetian Red #B4041D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.88%

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

R = 84.51%
G = 1.88%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B4041D (or 0xB4041D) is known color: Venetian Red. HEX triplet: B4, 04 and 1D. RGB value is (180,4,29). Sum of RGB (Red+Green+Blue) = 180+4+29=213 (28% of max value = 765). Red value is 180 (70.70% from 255 or 84.51% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 180 - color contains mainly: red. Hex color #B4041D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4041D is #4BFBE2. Grayscale: #3B3B3B. Windows color (decimal): -4979683 or 1901748. OLE color: 1901748.

HSL color Cylindrical-coordinate representation of color #B4041D: hue angle of 351.48º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B4041D is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 4 29 -
CMYK 0 0.98 0.84 0.29
HSL 351.48º 0.96% 0.36% -
HSV(B) 351.48º 0.98% 0.71% -
XYZ 19.09 9.88 2.06 -
YUV 59.47 110.81 213.97 -
System Red Green Blue C M Y K H S L
Decimal 180 4 29 0 0.98 0.84 0.29 351.48 0.96 0.36
Hex B4 4 1D 0 62 54 1D 15F 60 24
Octal 264 4 35 0 142 124 35 537 140 44
Binary 10110100 100 11101 0 1100010 1010100 11101 101011111 1100000 100100

Color Harmonies of #B4041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4041D

Black with #B4041D

Text Example


Text Example

White with #B4041D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4041D; }

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

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

background-color css

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

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

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

border-color css

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

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

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