Html Css Color HEX #B43044 Old Rose

📋 copy color: '#B43044'

red 180 ◦ green 48 ◦ blue 68

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

Shades of Old Rose #B43044

Tints of Old Rose #B43044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.97%

R = 60.81%
G = 16.22%
B = 22.97%

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

#B43044 (or 0xB43044) is known color: Old Rose. HEX triplet: B4, 30 and 44. RGB value is (180,48,68). Sum of RGB (Red+Green+Blue) = 180+48+68=296 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.81% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 180 - color contains mainly: red. Hex color #B43044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43044 is #4BCFBB. Grayscale: #595959. Windows color (decimal): -4968380 or 4468916. OLE color: 4468916.

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

Color convert

RGB 180 48 68 -
CMYK 0 0.73 0.62 0.29
HSL 350.91º 0.58% 0.45% -
HSV(B) 350.91º 0.73% 0.71% -
XYZ 20.92 12.23 6.73 -
YUV 89.75 115.73 192.37 -
System Red Green Blue C M Y K H S L
Decimal 180 48 68 0 0.73 0.62 0.29 350.91 0.58 0.45
Hex B4 30 44 0 49 3E 1D 15F 3A 2D
Octal 264 60 104 0 111 76 35 537 72 55
Binary 10110100 110000 1000100 0 1001001 111110 11101 101011111 111010 101101

Color Harmonies of #B43044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43044

Black with #B43044

Text Example


Text Example

White with #B43044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43044; }

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

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

background-color css

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

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

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

border-color css

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

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

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