Html Css Color HEX #B42750 Old Rose

📋 copy color: '#B42750'

red 180 ◦ green 39 ◦ blue 80

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

Shades of Old Rose #B42750

Tints of Old Rose #B42750

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.04%

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

R = 60.2%
G = 13.04%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B42750 (or 0xB42750) is known color: Old Rose. HEX triplet: B4, 27 and 50. RGB value is (180,39,80). Sum of RGB (Red+Green+Blue) = 180+39+80=299 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.20% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 180 - color contains mainly: red. Hex color #B42750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42750 is #4BD8AF. Grayscale: #555555. Windows color (decimal): -4970672 or 5253044. OLE color: 5253044.

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

Color convert

RGB 180 39 80 -
CMYK 0 0.78 0.56 0.29
HSL 342.55º 0.64% 0.43% -
HSV(B) 342.55º 0.78% 0.71% -
XYZ 21 11.73 8.75 -
YUV 85.83 124.71 195.17 -
System Red Green Blue C M Y K H S L
Decimal 180 39 80 0 0.78 0.56 0.29 342.55 0.64 0.43
Hex B4 27 50 0 4E 38 1D 157 40 2B
Octal 264 47 120 0 116 70 35 527 100 53
Binary 10110100 100111 1010000 0 1001110 111000 11101 101010111 1000000 101011

Color Harmonies of #B42750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42750

Black with #B42750

Text Example


Text Example

White with #B42750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42750; }

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

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

background-color css

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

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

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

border-color css

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

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

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