Html Css Color HEX #B60723 Venetian Red

📋 copy color: '#B60723'

red 182 ◦ green 7 ◦ blue 35

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

Shades of Venetian Red #B60723

Tints of Venetian Red #B60723

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.63%

R = 81.25%
G = 3.13%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B60723 (or 0xB60723) is known color: Venetian Red. HEX triplet: B6, 07 and 23. RGB value is (182,7,35). Sum of RGB (Red+Green+Blue) = 182+7+35=224 (29% of max value = 765). Red value is 182 (71.48% from 255 or 81.25% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 35 (14.06% from 255 or 15.62% from 224); Max value from RGB is 182 - color contains mainly: red. Hex color #B60723 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60723 is #49F8DC. Grayscale: #3E3E3E. Windows color (decimal): -4847837 or 2295734. OLE color: 2295734.

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

Color convert

RGB 182 7 35 -
CMYK 0 0.96 0.81 0.29
HSL 350.4º 0.93% 0.37% -
HSV(B) 350.4º 0.96% 0.71% -
XYZ 19.67 10.22 2.53 -
YUV 62.52 112.48 213.22 -
System Red Green Blue C M Y K H S L
Decimal 182 7 35 0 0.96 0.81 0.29 350.4 0.93 0.37
Hex B6 7 23 0 60 51 1D 15E 5D 25
Octal 266 7 43 0 140 121 35 536 135 45
Binary 10110110 111 100011 0 1100000 1010001 11101 101011110 1011101 100101

Color Harmonies of #B60723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60723

Black with #B60723

Text Example


Text Example

White with #B60723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60723; }

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

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

background-color css

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

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

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

border-color css

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

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

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