Html Css Color HEX #B42350 Old Rose

📋 copy color: '#B42350'

red 180 ◦ green 35 ◦ blue 80

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

Shades of Old Rose #B42350

Tints of Old Rose #B42350

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.86%

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

R = 61.02%
G = 11.86%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B42350 (or 0xB42350) is known color: Old Rose. HEX triplet: B4, 23 and 50. RGB value is (180,35,80). Sum of RGB (Red+Green+Blue) = 180+35+80=295 (39% of max value = 765). Red value is 180 (70.70% from 255 or 61.02% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 180 - color contains mainly: red. Hex color #B42350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42350 is #4BDCAF. Grayscale: #535353. Windows color (decimal): -4971696 or 5252020. OLE color: 5252020.

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

Color convert

RGB 180 35 80 -
CMYK 0 0.81 0.56 0.29
HSL 341.38º 0.67% 0.42% -
HSV(B) 341.38º 0.81% 0.71% -
XYZ 20.87 11.48 8.71 -
YUV 83.49 126.04 196.84 -
System Red Green Blue C M Y K H S L
Decimal 180 35 80 0 0.81 0.56 0.29 341.38 0.67 0.42
Hex B4 23 50 0 51 38 1D 155 43 2A
Octal 264 43 120 0 121 70 35 525 103 52
Binary 10110100 100011 1010000 0 1010001 111000 11101 101010101 1000011 101010

Color Harmonies of #B42350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42350

Black with #B42350

Text Example


Text Example

White with #B42350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42350; }

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

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

background-color css

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

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

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

border-color css

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

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

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