Html Css Color HEX #B60125 Venetian Red

📋 copy color: '#B60125'

red 182 ◦ green 1 ◦ blue 37

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

Shades of Venetian Red #B60125

Tints of Venetian Red #B60125

RGB

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

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

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

R = 82.73%
G = 0.45%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B60125 (or 0xB60125) is known color: Venetian Red. HEX triplet: B6, 01 and 25. RGB value is (182,1,37). Sum of RGB (Red+Green+Blue) = 182+1+37=220 (29% of max value = 765). Red value is 182 (71.48% from 255 or 82.73% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 182 - color contains mainly: red. Hex color #B60125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60125 is #49FEDA. Grayscale: #3B3B3B. Windows color (decimal): -4849371 or 2425270. OLE color: 2425270.

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

Color convert

RGB 182 1 37 -
CMYK 0 0.99 0.80 0.29
HSL 348.07º 0.99% 0.36% -
HSV(B) 348.07º 0.99% 0.71% -
XYZ 19.64 10.1 2.66 -
YUV 59.22 115.47 215.57 -
System Red Green Blue C M Y K H S L
Decimal 182 1 37 0 0.99 0.80 0.29 348.07 0.99 0.36
Hex B6 1 25 0 63 50 1D 15C 63 24
Octal 266 1 45 0 143 120 35 534 143 44
Binary 10110110 1 100101 0 1100011 1010000 11101 101011100 1100011 100100

Color Harmonies of #B60125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60125

Black with #B60125

Text Example


Text Example

White with #B60125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60125; }

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

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

background-color css

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

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

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

border-color css

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

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

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