Html Css Color HEX #B43644 Old Rose

📋 copy color: '#B43644'

red 180 ◦ green 54 ◦ blue 68

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

Shades of Old Rose #B43644

Tints of Old Rose #B43644

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.88%

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

R = 59.6%
G = 17.88%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B43644 (or 0xB43644) is known color: Old Rose. HEX triplet: B4, 36 and 44. RGB value is (180,54,68). Sum of RGB (Red+Green+Blue) = 180+54+68=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B43644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43644 is #4BC9BB. Grayscale: #5D5D5D. Windows color (decimal): -4966844 or 4470452. OLE color: 4470452.

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

Color convert

RGB 180 54 68 -
CMYK 0 0.7 0.62 0.29
HSL 353.33º 0.54% 0.46% -
HSV(B) 353.33º 0.7% 0.71% -
XYZ 21.18 12.76 6.82 -
YUV 93.27 113.74 189.86 -
System Red Green Blue C M Y K H S L
Decimal 180 54 68 0 0.7 0.62 0.29 353.33 0.54 0.46
Hex B4 36 44 0 46 3E 1D 161 36 2E
Octal 264 66 104 0 106 76 35 541 66 56
Binary 10110100 110110 1000100 0 1000110 111110 11101 101100001 110110 101110

Color Harmonies of #B43644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43644

Black with #B43644

Text Example


Text Example

White with #B43644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43644; }

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

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

background-color css

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

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

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

border-color css

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

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

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