Html Css Color HEX #B60C26 Venetian Red

📋 copy color: '#B60C26'

red 182 ◦ green 12 ◦ blue 38

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

Shades of Venetian Red #B60C26

Tints of Venetian Red #B60C26

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.17%

 BLUE value IS 38 (15.23% from 255) = 16.38%

R = 78.45%
G = 5.17%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B60C26 (or 0xB60C26) is known color: Venetian Red. HEX triplet: B6, 0C and 26. RGB value is (182,12,38). Sum of RGB (Red+Green+Blue) = 182+12+38=232 (30% of max value = 765). Red value is 182 (71.48% from 255 or 78.45% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60C26 is #49F3D9. Grayscale: #414141. Windows color (decimal): -4846554 or 2493622. OLE color: 2493622.

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

Color convert

RGB 182 12 38 -
CMYK 0 0.93 0.79 0.29
HSL 350.82º 0.88% 0.38% -
HSV(B) 350.82º 0.93% 0.71% -
XYZ 19.77 10.35 2.79 -
YUV 65.79 112.32 210.89 -
System Red Green Blue C M Y K H S L
Decimal 182 12 38 0 0.93 0.79 0.29 350.82 0.88 0.38
Hex B6 C 26 0 5D 4F 1D 15F 58 26
Octal 266 14 46 0 135 117 35 537 130 46
Binary 10110110 1100 100110 0 1011101 1001111 11101 101011111 1011000 100110

Color Harmonies of #B60C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60C26

Black with #B60C26

Text Example


Text Example

White with #B60C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60C26; }

 p { color: rgb(182,12,38); }

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

background-color css

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

 a { background-color: rgb(182,12,38); }

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

border-color css

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

 span { border-color: rgb(182,12,38); }

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