Html Css Color HEX #B44045 Old Rose

📋 copy color: '#B44045'

red 180 ◦ green 64 ◦ blue 69

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

Shades of Old Rose #B44045

Tints of Old Rose #B44045

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.45%

 BLUE value IS 69 (27.34% from 255) = 22.04%

R = 57.51%
G = 20.45%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B44045 (or 0xB44045) is known color: Old Rose. HEX triplet: B4, 40 and 45. RGB value is (180,64,69). Sum of RGB (Red+Green+Blue) = 180+64+69=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B44045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44045 is #4BBFBA. Grayscale: #636363. Windows color (decimal): -4964283 or 4538548. OLE color: 4538548.

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

Color convert

RGB 180 64 69 -
CMYK 0 0.64 0.62 0.29
HSL 357.41º 0.48% 0.48% -
HSV(B) 357.41º 0.64% 0.71% -
XYZ 21.73 13.8 7.15 -
YUV 99.25 110.93 185.59 -
System Red Green Blue C M Y K H S L
Decimal 180 64 69 0 0.64 0.62 0.29 357.41 0.48 0.48
Hex B4 40 45 0 40 3E 1D 165 30 30
Octal 264 100 105 0 100 76 35 545 60 60
Binary 10110100 1000000 1000101 0 1000000 111110 11101 101100101 110000 110000

Color Harmonies of #B44045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44045

Black with #B44045

Text Example


Text Example

White with #B44045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44045; }

 p { color: rgb(180,64,69); }

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

background-color css

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

 a { background-color: rgb(180,64,69); }

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

border-color css

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

 span { border-color: rgb(180,64,69); }

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