Html Css Color HEX #B7041D Venetian Red

📋 copy color: '#B7041D'

red 183 ◦ green 4 ◦ blue 29

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

Shades of Venetian Red #B7041D

Tints of Venetian Red #B7041D

RGB

 RED value IS 183 (71.88% from 255) = 84.72%

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

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

R = 84.72%
G = 1.85%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B7041D (or 0xB7041D) is known color: Venetian Red. HEX triplet: B7, 04 and 1D. RGB value is (183,4,29). Sum of RGB (Red+Green+Blue) = 183+4+29=216 (28% of max value = 765). Red value is 183 (71.88% from 255 or 84.72% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 29 (11.72% from 255 or 13.43% from 216); Max value from RGB is 183 - color contains mainly: red. Hex color #B7041D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7041D is #48FBE2. Grayscale: #3C3C3C. Windows color (decimal): -4783075 or 1901751. OLE color: 1901751.

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

Color convert

RGB 183 4 29 -
CMYK 0 0.98 0.84 0.28
HSL 351.62º 0.96% 0.37% -
HSV(B) 351.62º 0.98% 0.72% -
XYZ 19.79 10.24 2.1 -
YUV 60.37 110.3 215.47 -
System Red Green Blue C M Y K H S L
Decimal 183 4 29 0 0.98 0.84 0.28 351.62 0.96 0.37
Hex B7 4 1D 0 62 54 1C 160 60 25
Octal 267 4 35 0 142 124 34 540 140 45
Binary 10110111 100 11101 0 1100010 1010100 11100 101100000 1100000 100101

Color Harmonies of #B7041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7041D

Black with #B7041D

Text Example


Text Example

White with #B7041D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7041D; }

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

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

background-color css

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

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

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

border-color css

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

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

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