Html Css Color HEX #B43045 Old Rose

📋 copy color: '#B43045'

red 180 ◦ green 48 ◦ blue 69

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

Shades of Old Rose #B43045

Tints of Old Rose #B43045

RGB

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

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

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

R = 60.61%
G = 16.16%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B43045 (or 0xB43045) is known color: Old Rose. HEX triplet: B4, 30 and 45. RGB value is (180,48,69). Sum of RGB (Red+Green+Blue) = 180+48+69=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B43045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43045 is #4BCFBA. Grayscale: #595959. Windows color (decimal): -4968379 or 4534452. OLE color: 4534452.

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

Color convert

RGB 180 48 69 -
CMYK 0 0.73 0.62 0.29
HSL 350.45º 0.58% 0.45% -
HSV(B) 350.45º 0.73% 0.71% -
XYZ 20.95 12.25 6.89 -
YUV 89.86 116.23 192.29 -
System Red Green Blue C M Y K H S L
Decimal 180 48 69 0 0.73 0.62 0.29 350.45 0.58 0.45
Hex B4 30 45 0 49 3E 1D 15E 3A 2D
Octal 264 60 105 0 111 76 35 536 72 55
Binary 10110100 110000 1000101 0 1001001 111110 11101 101011110 111010 101101

Color Harmonies of #B43045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43045

Black with #B43045

Text Example


Text Example

White with #B43045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43045; }

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

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

background-color css

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

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

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

border-color css

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

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

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