Html Css Color HEX #B42542 Old Rose

📋 copy color: '#B42542'

red 180 ◦ green 37 ◦ blue 66

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

Shades of Old Rose #B42542

Tints of Old Rose #B42542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.32%

R = 63.6%
G = 13.07%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B42542 (or 0xB42542) is known color: Old Rose. HEX triplet: B4, 25 and 42. RGB value is (180,37,66). Sum of RGB (Red+Green+Blue) = 180+37+66=283 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.60% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 180 - color contains mainly: red. Hex color #B42542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42542 is #4BDABD. Grayscale: #535353. Windows color (decimal): -4971198 or 4335028. OLE color: 4335028.

HSL color Cylindrical-coordinate representation of color #B42542: hue angle of 347.83º 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 #B42542 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 37 66 -
CMYK 0 0.79 0.63 0.29
HSL 347.83º 0.66% 0.43% -
HSV(B) 347.83º 0.79% 0.71% -
XYZ 20.47 11.42 6.28 -
YUV 83.06 118.38 197.14 -
System Red Green Blue C M Y K H S L
Decimal 180 37 66 0 0.79 0.63 0.29 347.83 0.66 0.43
Hex B4 25 42 0 4F 3F 1D 15C 42 2B
Octal 264 45 102 0 117 77 35 534 102 53
Binary 10110100 100101 1000010 0 1001111 111111 11101 101011100 1000010 101011

Color Harmonies of #B42542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42542

Black with #B42542

Text Example


Text Example

White with #B42542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42542; }

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

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

background-color css

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

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

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

border-color css

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

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

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