Html Css Color HEX #B60128 Venetian Red

📋 copy color: '#B60128'

red 182 ◦ green 1 ◦ blue 40

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

Shades of Venetian Red #B60128

Tints of Venetian Red #B60128

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 40 (16.02% from 255) = 17.94%

R = 81.61%
G = 0.45%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B60128 (or 0xB60128) is known color: Venetian Red. HEX triplet: B6, 01 and 28. RGB value is (182,1,40). Sum of RGB (Red+Green+Blue) = 182+1+40=223 (29% of max value = 765). Red value is 182 (71.48% from 255 or 81.61% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 182 - color contains mainly: red. Hex color #B60128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60128 is #49FED7. Grayscale: #3B3B3B. Windows color (decimal): -4849368 or 2621878. OLE color: 2621878.

HSL color Cylindrical-coordinate representation of color #B60128: hue angle of 347.07º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B60128 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 1 40 -
CMYK 0 0.99 0.78 0.29
HSL 347.07º 0.99% 0.36% -
HSV(B) 347.07º 0.99% 0.71% -
XYZ 19.69 10.12 2.92 -
YUV 59.57 116.97 215.33 -
System Red Green Blue C M Y K H S L
Decimal 182 1 40 0 0.99 0.78 0.29 347.07 0.99 0.36
Hex B6 1 28 0 63 4E 1D 15B 63 24
Octal 266 1 50 0 143 116 35 533 143 44
Binary 10110110 1 101000 0 1100011 1001110 11101 101011011 1100011 100100

Color Harmonies of #B60128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60128

Black with #B60128

Text Example


Text Example

White with #B60128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60128; }

 p { color: rgb(182,1,40); }

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

background-color css

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

 a { background-color: rgb(182,1,40); }

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

border-color css

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

 span { border-color: rgb(182,1,40); }

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