Html Css Color HEX #B60725 Venetian Red

📋 copy color: '#B60725'

red 182 ◦ green 7 ◦ blue 37

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

Shades of Venetian Red #B60725

Tints of Venetian Red #B60725

RGB

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

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

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

R = 80.53%
G = 3.1%
B = 16.37%

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

#B60725 (or 0xB60725) is known color: Venetian Red. HEX triplet: B6, 07 and 25. RGB value is (182,7,37). Sum of RGB (Red+Green+Blue) = 182+7+37=226 (29% of max value = 765). Red value is 182 (71.48% from 255 or 80.53% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 182 - color contains mainly: red. Hex color #B60725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60725 is #49F8DA. Grayscale: #3E3E3E. Windows color (decimal): -4847835 or 2426806. OLE color: 2426806.

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

Color convert

RGB 182 7 37 -
CMYK 0 0.96 0.80 0.29
HSL 349.71º 0.93% 0.37% -
HSV(B) 349.71º 0.96% 0.71% -
XYZ 19.7 10.23 2.69 -
YUV 62.75 113.48 213.06 -
System Red Green Blue C M Y K H S L
Decimal 182 7 37 0 0.96 0.80 0.29 349.71 0.93 0.37
Hex B6 7 25 0 60 50 1D 15E 5D 25
Octal 266 7 45 0 140 120 35 536 135 45
Binary 10110110 111 100101 0 1100000 1010000 11101 101011110 1011101 100101

Color Harmonies of #B60725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60725

Black with #B60725

Text Example


Text Example

White with #B60725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60725; }

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

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

background-color css

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

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

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

border-color css

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

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

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