Html Css Color HEX #B43944 Old Rose

📋 copy color: '#B43944'

red 180 ◦ green 57 ◦ blue 68

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

Shades of Old Rose #B43944

Tints of Old Rose #B43944

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.69%

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

R = 59.02%
G = 18.69%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B43944 (or 0xB43944) is known color: Old Rose. HEX triplet: B4, 39 and 44. RGB value is (180,57,68). Sum of RGB (Red+Green+Blue) = 180+57+68=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B43944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43944 is #4BC6BB. Grayscale: #5F5F5F. Windows color (decimal): -4966076 or 4471220. OLE color: 4471220.

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

Color convert

RGB 180 57 68 -
CMYK 0 0.68 0.62 0.29
HSL 354.63º 0.52% 0.46% -
HSV(B) 354.63º 0.68% 0.71% -
XYZ 21.33 13.05 6.86 -
YUV 95.03 112.75 188.61 -
System Red Green Blue C M Y K H S L
Decimal 180 57 68 0 0.68 0.62 0.29 354.63 0.52 0.46
Hex B4 39 44 0 44 3E 1D 163 34 2E
Octal 264 71 104 0 104 76 35 543 64 56
Binary 10110100 111001 1000100 0 1000100 111110 11101 101100011 110100 101110

Color Harmonies of #B43944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43944

Black with #B43944

Text Example


Text Example

White with #B43944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43944; }

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

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

background-color css

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

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

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

border-color css

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

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

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