Html Css Color HEX #B6071D Venetian Red

📋 copy color: '#B6071D'

red 182 ◦ green 7 ◦ blue 29

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

Shades of Venetian Red #B6071D

Tints of Venetian Red #B6071D

RGB

 RED value IS 182 (71.48% from 255) = 83.49%

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

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

R = 83.49%
G = 3.21%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B6071D (or 0xB6071D) is known color: Venetian Red. HEX triplet: B6, 07 and 1D. RGB value is (182,7,29). Sum of RGB (Red+Green+Blue) = 182+7+29=218 (28% of max value = 765). Red value is 182 (71.48% from 255 or 83.49% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 182 - color contains mainly: red. Hex color #B6071D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6071D is #49F8E2. Grayscale: #3D3D3D. Windows color (decimal): -4847843 or 1902518. OLE color: 1902518.

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

Color convert

RGB 182 7 29 -
CMYK 0 0.96 0.84 0.29
HSL 352.46º 0.93% 0.37% -
HSV(B) 352.46º 0.96% 0.71% -
XYZ 19.59 10.19 2.1 -
YUV 61.83 109.48 213.71 -
System Red Green Blue C M Y K H S L
Decimal 182 7 29 0 0.96 0.84 0.29 352.46 0.93 0.37
Hex B6 7 1D 0 60 54 1D 160 5D 25
Octal 266 7 35 0 140 124 35 540 135 45
Binary 10110110 111 11101 0 1100000 1010100 11101 101100000 1011101 100101

Color Harmonies of #B6071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6071D

Black with #B6071D

Text Example


Text Example

White with #B6071D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6071D; }

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

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

background-color css

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

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

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

border-color css

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

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

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