Html Css Color HEX #B13042 Old Rose

📋 copy color: '#B13042'

red 177 ◦ green 48 ◦ blue 66

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

Shades of Old Rose #B13042

Tints of Old Rose #B13042

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.49%

 BLUE value IS 66 (26.17% from 255) = 22.68%

R = 60.82%
G = 16.49%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B13042 (or 0xB13042) is known color: Old Rose. HEX triplet: B1, 30 and 42. RGB value is (177,48,66). Sum of RGB (Red+Green+Blue) = 177+48+66=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B13042 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13042 is #4ECFBD. Grayscale: #585858. Windows color (decimal): -5164990 or 4337841. OLE color: 4337841.

HSL color Cylindrical-coordinate representation of color #B13042: hue angle of 351.63º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B13042 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 48 66 -
CMYK 0 0.73 0.63 0.31
HSL 351.63º 0.57% 0.44% -
HSV(B) 351.63º 0.73% 0.69% -
XYZ 20.17 11.85 6.38 -
YUV 88.62 115.24 191.04 -
System Red Green Blue C M Y K H S L
Decimal 177 48 66 0 0.73 0.63 0.31 351.63 0.57 0.44
Hex B1 30 42 0 49 3F 1F 160 39 2C
Octal 261 60 102 0 111 77 37 540 71 54
Binary 10110001 110000 1000010 0 1001001 111111 11111 101100000 111001 101100

Color Harmonies of #B13042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13042

Black with #B13042

Text Example


Text Example

White with #B13042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13042; }

 p { color: rgb(177,48,66); }

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

background-color css

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

 a { background-color: rgb(177,48,66); }

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

border-color css

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

 span { border-color: rgb(177,48,66); }

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