Html Css Color HEX #B60E23 Venetian Red

📋 copy color: '#B60E23'

red 182 ◦ green 14 ◦ blue 35

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

Shades of Venetian Red #B60E23

Tints of Venetian Red #B60E23

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.06%

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

R = 78.79%
G = 6.06%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B60E23 (or 0xB60E23) is known color: Venetian Red. HEX triplet: B6, 0E and 23. RGB value is (182,14,35). Sum of RGB (Red+Green+Blue) = 182+14+35=231 (30% of max value = 765). Red value is 182 (71.48% from 255 or 78.79% from 231); Green value is 14 (5.86% from 255 or 6.06% from 231); Blue value is 35 (14.06% from 255 or 15.15% from 231); Max value from RGB is 182 - color contains mainly: red. Hex color #B60E23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60E23 is #49F1DC. Grayscale: #424242. Windows color (decimal): -4846045 or 2297526. OLE color: 2297526.

HSL color Cylindrical-coordinate representation of color #B60E23: hue angle of 352.5º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B60E23 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 14 35 -
CMYK 0 0.92 0.81 0.29
HSL 352.5º 0.86% 0.38% -
HSV(B) 352.5º 0.92% 0.71% -
XYZ 19.75 10.38 2.55 -
YUV 66.63 110.16 210.29 -
System Red Green Blue C M Y K H S L
Decimal 182 14 35 0 0.92 0.81 0.29 352.5 0.86 0.38
Hex B6 E 23 0 5C 51 1D 160 56 26
Octal 266 16 43 0 134 121 35 540 126 46
Binary 10110110 1110 100011 0 1011100 1010001 11101 101100000 1010110 100110

Color Harmonies of #B60E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60E23

Black with #B60E23

Text Example


Text Example

White with #B60E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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