Html Css Color HEX #B60825 Venetian Red

📋 copy color: '#B60825'

red 182 ◦ green 8 ◦ blue 37

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

Shades of Venetian Red #B60825

Tints of Venetian Red #B60825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.3%

R = 80.18%
G = 3.52%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B60825 (or 0xB60825) is known color: Venetian Red. HEX triplet: B6, 08 and 25. RGB value is (182,8,37). Sum of RGB (Red+Green+Blue) = 182+8+37=227 (30% of max value = 765). Red value is 182 (71.48% from 255 or 80.18% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 182 - color contains mainly: red. Hex color #B60825 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60825 is #49F7DA. Grayscale: #3F3F3F. Windows color (decimal): -4847579 or 2427062. OLE color: 2427062.

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

Color convert

RGB 182 8 37 -
CMYK 0 0.96 0.80 0.29
HSL 350º 0.92% 0.37% -
HSV(B) 350º 0.96% 0.71% -
XYZ 19.71 10.25 2.69 -
YUV 63.33 113.15 212.64 -
System Red Green Blue C M Y K H S L
Decimal 182 8 37 0 0.96 0.80 0.29 350 0.92 0.37
Hex B6 8 25 0 60 50 1D 15E 5C 25
Octal 266 10 45 0 140 120 35 536 134 45
Binary 10110110 1000 100101 0 1100000 1010000 11101 101011110 1011100 100101

Color Harmonies of #B60825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60825

Black with #B60825

Text Example


Text Example

White with #B60825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60825; }

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

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

background-color css

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

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

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

border-color css

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

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

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