Html Css Color HEX #B0071D Venetian Red

📋 copy color: '#B0071D'

red 176 ◦ green 7 ◦ blue 29

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

Shades of Venetian Red #B0071D

Tints of Venetian Red #B0071D

RGB

 RED value IS 176 (69.14% from 255) = 83.02%

 GREEN value IS 7 (3.13% from 255) = 3.3%

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

R = 83.02%
G = 3.3%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0071D (or 0xB0071D) is known color: Venetian Red. HEX triplet: B0, 07 and 1D. RGB value is (176,7,29). Sum of RGB (Red+Green+Blue) = 176+7+29=212 (28% of max value = 765). Red value is 176 (69.14% from 255 or 83.02% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 176 - color contains mainly: red. Hex color #B0071D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0071D is #4FF8E2. Grayscale: #3C3C3C. Windows color (decimal): -5241059 or 1902512. OLE color: 1902512.

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

Color convert

RGB 176 7 29 -
CMYK 0 0.96 0.84 0.31
HSL 352.19º 0.92% 0.36% -
HSV(B) 352.19º 0.96% 0.69% -
XYZ 18.2 9.47 2.03 -
YUV 60.04 110.49 210.71 -
System Red Green Blue C M Y K H S L
Decimal 176 7 29 0 0.96 0.84 0.31 352.19 0.92 0.36
Hex B0 7 1D 0 60 54 1F 160 5C 24
Octal 260 7 35 0 140 124 37 540 134 44
Binary 10110000 111 11101 0 1100000 1010100 11111 101100000 1011100 100100

Color Harmonies of #B0071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0071D

Black with #B0071D

Text Example


Text Example

White with #B0071D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0071D; }

 p { color: rgb(176,7,29); }

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

background-color css

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

 a { background-color: rgb(176,7,29); }

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

border-color css

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

 span { border-color: rgb(176,7,29); }

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