Html Css Color HEX #B43047 Old Rose

📋 copy color: '#B43047'

red 180 ◦ green 48 ◦ blue 71

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

Shades of Old Rose #B43047

Tints of Old Rose #B43047

RGB

 RED value IS 180 (70.7% from 255) = 60.2%

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

 BLUE value IS 71 (28.13% from 255) = 23.75%

R = 60.2%
G = 16.05%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B43047 (or 0xB43047) is known color: Old Rose. HEX triplet: B4, 30 and 47. RGB value is (180,48,71). Sum of RGB (Red+Green+Blue) = 180+48+71=299 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.20% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 180 - color contains mainly: red. Hex color #B43047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43047 is #4BCFB8. Grayscale: #5A5A5A. Windows color (decimal): -4968377 or 4665524. OLE color: 4665524.

HSL color Cylindrical-coordinate representation of color #B43047: hue angle of 349.55º 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 #B43047 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 48 71 -
CMYK 0 0.73 0.61 0.29
HSL 349.55º 0.58% 0.45% -
HSV(B) 349.55º 0.73% 0.71% -
XYZ 21.02 12.27 7.22 -
YUV 90.09 117.23 192.13 -
System Red Green Blue C M Y K H S L
Decimal 180 48 71 0 0.73 0.61 0.29 349.55 0.58 0.45
Hex B4 30 47 0 49 3D 1D 15E 3A 2D
Octal 264 60 107 0 111 75 35 536 72 55
Binary 10110100 110000 1000111 0 1001001 111101 11101 101011110 111010 101101

Color Harmonies of #B43047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43047

Black with #B43047

Text Example


Text Example

White with #B43047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43047; }

 p { color: rgb(180,48,71); }

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

background-color css

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

 a { background-color: rgb(180,48,71); }

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

border-color css

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

 span { border-color: rgb(180,48,71); }

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