Html Css Color HEX #B53043 Old Rose

📋 copy color: '#B53043'

red 181 ◦ green 48 ◦ blue 67

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

Shades of Old Rose #B53043

Tints of Old Rose #B53043

RGB

 RED value IS 181 (71.09% from 255) = 61.15%

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

 BLUE value IS 67 (26.56% from 255) = 22.64%

R = 61.15%
G = 16.22%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B53043 (or 0xB53043) is known color: Old Rose. HEX triplet: B5, 30 and 43. RGB value is (181,48,67). Sum of RGB (Red+Green+Blue) = 181+48+67=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B53043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53043 is #4ACFBC. Grayscale: #595959. Windows color (decimal): -4902845 or 4403381. OLE color: 4403381.

HSL color Cylindrical-coordinate representation of color #B53043: hue angle of 351.43º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B53043 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 48 67 -
CMYK 0 0.73 0.63 0.29
HSL 351.43º 0.58% 0.45% -
HSV(B) 351.43º 0.73% 0.71% -
XYZ 21.13 12.34 6.58 -
YUV 89.93 115.06 192.96 -
System Red Green Blue C M Y K H S L
Decimal 181 48 67 0 0.73 0.63 0.29 351.43 0.58 0.45
Hex B5 30 43 0 49 3F 1D 15F 3A 2D
Octal 265 60 103 0 111 77 35 537 72 55
Binary 10110101 110000 1000011 0 1001001 111111 11101 101011111 111010 101101

Color Harmonies of #B53043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53043

Black with #B53043

Text Example


Text Example

White with #B53043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53043; }

 p { color: rgb(181,48,67); }

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

background-color css

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

 a { background-color: rgb(181,48,67); }

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

border-color css

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

 span { border-color: rgb(181,48,67); }

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