Html Css Color HEX #B10527 Venetian Red

📋 copy color: '#B10527'

red 177 ◦ green 5 ◦ blue 39

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

Shades of Venetian Red #B10527

Tints of Venetian Red #B10527

RGB

 RED value IS 177 (69.53% from 255) = 80.09%

 GREEN value IS 5 (2.34% from 255) = 2.26%

 BLUE value IS 39 (15.63% from 255) = 17.65%

R = 80.09%
G = 2.26%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B10527 (or 0xB10527) is known color: Venetian Red. HEX triplet: B1, 05 and 27. RGB value is (177,5,39). Sum of RGB (Red+Green+Blue) = 177+5+39=221 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.09% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 39 (15.62% from 255 or 17.65% from 221); Max value from RGB is 177 - color contains mainly: red. Hex color #B10527 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10527 is #4EFAD8. Grayscale: #3C3C3C. Windows color (decimal): -5176025 or 2557361. OLE color: 2557361.

HSL color Cylindrical-coordinate representation of color #B10527: hue angle of 348.14º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B10527 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 5 39 -
CMYK 0 0.97 0.78 0.31
HSL 348.14º 0.95% 0.36% -
HSV(B) 348.14º 0.97% 0.69% -
XYZ 18.55 9.6 2.8 -
YUV 60.3 115.98 211.24 -
System Red Green Blue C M Y K H S L
Decimal 177 5 39 0 0.97 0.78 0.31 348.14 0.95 0.36
Hex B1 5 27 0 61 4E 1F 15C 5F 24
Octal 261 5 47 0 141 116 37 534 137 44
Binary 10110001 101 100111 0 1100001 1001110 11111 101011100 1011111 100100

Color Harmonies of #B10527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10527

Black with #B10527

Text Example


Text Example

White with #B10527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10527; }

 p { color: rgb(177,5,39); }

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

background-color css

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

 a { background-color: rgb(177,5,39); }

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

border-color css

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

 span { border-color: rgb(177,5,39); }

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