Html Css Color HEX #B60719 Venetian Red

📋 copy color: '#B60719'

red 182 ◦ green 7 ◦ blue 25

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

Shades of Venetian Red #B60719

Tints of Venetian Red #B60719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.68%

R = 85.05%
G = 3.27%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B60719 (or 0xB60719) is known color: Venetian Red. HEX triplet: B6, 07 and 19. RGB value is (182,7,25). Sum of RGB (Red+Green+Blue) = 182+7+25=214 (28% of max value = 765). Red value is 182 (71.48% from 255 or 85.05% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 182 - color contains mainly: red. Hex color #B60719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60719 is #49F8E6. Grayscale: #3D3D3D. Windows color (decimal): -4847847 or 1640374. OLE color: 1640374.

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

Color convert

RGB 182 7 25 -
CMYK 0 0.96 0.86 0.29
HSL 353.83º 0.93% 0.37% -
HSV(B) 353.83º 0.96% 0.71% -
XYZ 19.54 10.17 1.85 -
YUV 61.38 107.48 214.04 -
System Red Green Blue C M Y K H S L
Decimal 182 7 25 0 0.96 0.86 0.29 353.83 0.93 0.37
Hex B6 7 19 0 60 56 1D 162 5D 25
Octal 266 7 31 0 140 126 35 542 135 45
Binary 10110110 111 11001 0 1100000 1010110 11101 101100010 1011101 100101

Color Harmonies of #B60719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60719

Black with #B60719

Text Example


Text Example

White with #B60719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60719; }

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

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

background-color css

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

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

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

border-color css

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

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

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