Html Css Color HEX #B43447 Old Rose

📋 copy color: '#B43447'

red 180 ◦ green 52 ◦ blue 71

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

Shades of Old Rose #B43447

Tints of Old Rose #B43447

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.16%

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

R = 59.41%
G = 17.16%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B43447 (or 0xB43447) is known color: Old Rose. HEX triplet: B4, 34 and 47. RGB value is (180,52,71). Sum of RGB (Red+Green+Blue) = 180+52+71=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B43447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43447 is #4BCBB8. Grayscale: #5C5C5C. Windows color (decimal): -4967353 or 4666548. OLE color: 4666548.

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

Color convert

RGB 180 52 71 -
CMYK 0 0.71 0.61 0.29
HSL 351.09º 0.55% 0.45% -
HSV(B) 351.09º 0.71% 0.71% -
XYZ 21.19 12.61 7.28 -
YUV 92.44 115.91 190.46 -
System Red Green Blue C M Y K H S L
Decimal 180 52 71 0 0.71 0.61 0.29 351.09 0.55 0.45
Hex B4 34 47 0 47 3D 1D 15F 37 2D
Octal 264 64 107 0 107 75 35 537 67 55
Binary 10110100 110100 1000111 0 1000111 111101 11101 101011111 110111 101101

Color Harmonies of #B43447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43447

Black with #B43447

Text Example


Text Example

White with #B43447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43447; }

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

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

background-color css

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

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

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

border-color css

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

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

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