Html Css Color HEX #B42450 Old Rose

📋 copy color: '#B42450'

red 180 ◦ green 36 ◦ blue 80

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

Shades of Old Rose #B42450

Tints of Old Rose #B42450

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.16%

 BLUE value IS 80 (31.64% from 255) = 27.03%

R = 60.81%
G = 12.16%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B42450 (or 0xB42450) is known color: Old Rose. HEX triplet: B4, 24 and 50. RGB value is (180,36,80). Sum of RGB (Red+Green+Blue) = 180+36+80=296 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.81% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 180 - color contains mainly: red. Hex color #B42450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42450 is #4BDBAF. Grayscale: #545454. Windows color (decimal): -4971440 or 5252276. OLE color: 5252276.

HSL color Cylindrical-coordinate representation of color #B42450: hue angle of 341.67º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B42450 is Cyan = 0, Magento = 0.8, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 36 80 -
CMYK 0 0.8 0.56 0.29
HSL 341.67º 0.67% 0.42% -
HSV(B) 341.67º 0.8% 0.71% -
XYZ 20.9 11.54 8.72 -
YUV 84.07 125.71 196.42 -
System Red Green Blue C M Y K H S L
Decimal 180 36 80 0 0.8 0.56 0.29 341.67 0.67 0.42
Hex B4 24 50 0 50 38 1D 156 43 2A
Octal 264 44 120 0 120 70 35 526 103 52
Binary 10110100 100100 1010000 0 1010000 111000 11101 101010110 1000011 101010

Color Harmonies of #B42450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42450

Black with #B42450

Text Example


Text Example

White with #B42450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42450; }

 p { color: rgb(180,36,80); }

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

background-color css

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

 a { background-color: rgb(180,36,80); }

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

border-color css

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

 span { border-color: rgb(180,36,80); }

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