Html Css Color HEX #B42554 Old Rose

📋 copy color: '#B42554'

red 180 ◦ green 37 ◦ blue 84

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

Shades of Old Rose #B42554

Tints of Old Rose #B42554

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.29%

 BLUE value IS 84 (33.2% from 255) = 27.91%

R = 59.8%
G = 12.29%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B42554 (or 0xB42554) is known color: Old Rose. HEX triplet: B4, 25 and 54. RGB value is (180,37,84). Sum of RGB (Red+Green+Blue) = 180+37+84=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 84 (33.20% from 255 or 27.91% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B42554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42554 is #4BDAAB. Grayscale: #555555. Windows color (decimal): -4971180 or 5514676. OLE color: 5514676.

HSL color Cylindrical-coordinate representation of color #B42554: hue angle of 340.28º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42554 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 37 84 -
CMYK 0 0.79 0.53 0.29
HSL 340.28º 0.66% 0.43% -
HSV(B) 340.28º 0.79% 0.71% -
XYZ 21.08 11.67 9.53 -
YUV 85.12 127.38 195.68 -
System Red Green Blue C M Y K H S L
Decimal 180 37 84 0 0.79 0.53 0.29 340.28 0.66 0.43
Hex B4 25 54 0 4F 35 1D 154 42 2B
Octal 264 45 124 0 117 65 35 524 102 53
Binary 10110100 100101 1010100 0 1001111 110101 11101 101010100 1000010 101011

Color Harmonies of #B42554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42554

Black with #B42554

Text Example


Text Example

White with #B42554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42554; }

 p { color: rgb(180,37,84); }

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

background-color css

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

 a { background-color: rgb(180,37,84); }

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

border-color css

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

 span { border-color: rgb(180,37,84); }

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