Html Css Color HEX #B60829 Venetian Red

📋 copy color: '#B60829'

red 182 ◦ green 8 ◦ blue 41

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

Shades of Venetian Red #B60829

Tints of Venetian Red #B60829

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.46%

 BLUE value IS 41 (16.41% from 255) = 17.75%

R = 78.79%
G = 3.46%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B60829 (or 0xB60829) is known color: Venetian Red. HEX triplet: B6, 08 and 29. RGB value is (182,8,41). Sum of RGB (Red+Green+Blue) = 182+8+41=231 (30% of max value = 765). Red value is 182 (71.48% from 255 or 78.79% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 41 (16.41% from 255 or 17.75% from 231); Max value from RGB is 182 - color contains mainly: red. Hex color #B60829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60829 is #49F7D6. Grayscale: #3F3F3F. Windows color (decimal): -4847575 or 2689206. OLE color: 2689206.

HSL color Cylindrical-coordinate representation of color #B60829: hue angle of 348.62º degrees, saturation: 0.92, 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 #B60829 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 8 41 -
CMYK 0 0.96 0.77 0.29
HSL 348.62º 0.92% 0.37% -
HSV(B) 348.62º 0.96% 0.71% -
XYZ 19.78 10.28 3.04 -
YUV 63.79 115.15 212.32 -
System Red Green Blue C M Y K H S L
Decimal 182 8 41 0 0.96 0.77 0.29 348.62 0.92 0.37
Hex B6 8 29 0 60 4D 1D 15D 5C 25
Octal 266 10 51 0 140 115 35 535 134 45
Binary 10110110 1000 101001 0 1100000 1001101 11101 101011101 1011100 100101

Color Harmonies of #B60829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60829

Black with #B60829

Text Example


Text Example

White with #B60829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60829; }

 p { color: rgb(182,8,41); }

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

background-color css

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

 a { background-color: rgb(182,8,41); }

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

border-color css

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

 span { border-color: rgb(182,8,41); }

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