Html Css Color HEX #B6032C Venetian Red

📋 copy color: '#B6032C'

red 182 ◦ green 3 ◦ blue 44

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

Shades of Venetian Red #B6032C

Tints of Venetian Red #B6032C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.21%

R = 79.48%
G = 1.31%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B6032C (or 0xB6032C) is known color: Venetian Red. HEX triplet: B6, 03 and 2C. RGB value is (182,3,44). Sum of RGB (Red+Green+Blue) = 182+3+44=229 (30% of max value = 765). Red value is 182 (71.48% from 255 or 79.48% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 44 (17.58% from 255 or 19.21% from 229); Max value from RGB is 182 - color contains mainly: red. Hex color #B6032C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6032C is #49FCD3. Grayscale: #3D3D3D. Windows color (decimal): -4848852 or 2884534. OLE color: 2884534.

HSL color Cylindrical-coordinate representation of color #B6032C: hue angle of 346.26º degrees, saturation: 0.97, 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 #B6032C is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 3 44 -
CMYK 0 0.98 0.76 0.29
HSL 346.26º 0.97% 0.36% -
HSV(B) 346.26º 0.98% 0.71% -
XYZ 19.78 10.19 3.31 -
YUV 61.2 118.3 214.17 -
System Red Green Blue C M Y K H S L
Decimal 182 3 44 0 0.98 0.76 0.29 346.26 0.97 0.36
Hex B6 3 2C 0 62 4C 1D 15A 61 24
Octal 266 3 54 0 142 114 35 532 141 44
Binary 10110110 11 101100 0 1100010 1001100 11101 101011010 1100001 100100

Color Harmonies of #B6032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6032C

Black with #B6032C

Text Example


Text Example

White with #B6032C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6032C; }

 p { color: rgb(182,3,44); }

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

background-color css

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

 a { background-color: rgb(182,3,44); }

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

border-color css

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

 span { border-color: rgb(182,3,44); }

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