Html Css Color HEX #B7031D Venetian Red

📋 copy color: '#B7031D'

red 183 ◦ green 3 ◦ blue 29

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

Shades of Venetian Red #B7031D

Tints of Venetian Red #B7031D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.4%

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

R = 85.12%
G = 1.4%
B = 13.49%

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

#B7031D (or 0xB7031D) is known color: Venetian Red. HEX triplet: B7, 03 and 1D. RGB value is (183,3,29). Sum of RGB (Red+Green+Blue) = 183+3+29=215 (28% of max value = 765). Red value is 183 (71.88% from 255 or 85.12% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 29 (11.72% from 255 or 13.49% from 215); Max value from RGB is 183 - color contains mainly: red. Hex color #B7031D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7031D is #48FCE2. Grayscale: #3B3B3B. Windows color (decimal): -4783331 or 1901495. OLE color: 1901495.

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

Color convert

RGB 183 3 29 -
CMYK 0 0.98 0.84 0.28
HSL 351.33º 0.97% 0.36% -
HSV(B) 351.33º 0.98% 0.72% -
XYZ 19.78 10.22 2.09 -
YUV 59.78 110.63 215.89 -
System Red Green Blue C M Y K H S L
Decimal 183 3 29 0 0.98 0.84 0.28 351.33 0.97 0.36
Hex B7 3 1D 0 62 54 1C 15F 61 24
Octal 267 3 35 0 142 124 34 537 141 44
Binary 10110111 11 11101 0 1100010 1010100 11100 101011111 1100001 100100

Color Harmonies of #B7031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7031D

Black with #B7031D

Text Example


Text Example

White with #B7031D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7031D; }

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

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

background-color css

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

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

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

border-color css

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

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

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