Html Css Color HEX #B42151 Old Rose

📋 copy color: '#B42151'

red 180 ◦ green 33 ◦ blue 81

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

Shades of Old Rose #B42151

Tints of Old Rose #B42151

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.22%

 BLUE value IS 81 (32.03% from 255) = 27.55%

R = 61.22%
G = 11.22%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B42151 (or 0xB42151) is known color: Old Rose. HEX triplet: B4, 21 and 51. RGB value is (180,33,81). Sum of RGB (Red+Green+Blue) = 180+33+81=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B42151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42151 is #4BDEAE. Grayscale: #525252. Windows color (decimal): -4972207 or 5317044. OLE color: 5317044.

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

Color convert

RGB 180 33 81 -
CMYK 0 0.82 0.55 0.29
HSL 340.41º 0.69% 0.42% -
HSV(B) 340.41º 0.82% 0.71% -
XYZ 20.85 11.39 8.88 -
YUV 82.43 127.2 197.6 -
System Red Green Blue C M Y K H S L
Decimal 180 33 81 0 0.82 0.55 0.29 340.41 0.69 0.42
Hex B4 21 51 0 52 37 1D 154 45 2A
Octal 264 41 121 0 122 67 35 524 105 52
Binary 10110100 100001 1010001 0 1010010 110111 11101 101010100 1000101 101010

Color Harmonies of #B42151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42151

Black with #B42151

Text Example


Text Example

White with #B42151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42151; }

 p { color: rgb(180,33,81); }

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

background-color css

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

 a { background-color: rgb(180,33,81); }

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

border-color css

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

 span { border-color: rgb(180,33,81); }

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