Html Css Color HEX #B42C4F Old Rose

📋 copy color: '#B42C4F'

red 180 ◦ green 44 ◦ blue 79

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

Shades of Old Rose #B42C4F

Tints of Old Rose #B42C4F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.52%

 BLUE value IS 79 (31.25% from 255) = 26.07%

R = 59.41%
G = 14.52%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B42C4F (or 0xB42C4F) is known color: Old Rose. HEX triplet: B4, 2C and 4F. RGB value is (180,44,79). Sum of RGB (Red+Green+Blue) = 180+44+79=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42C4F is #4BD3B0. Grayscale: #585858. Windows color (decimal): -4969393 or 5188788. OLE color: 5188788.

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

Color convert

RGB 180 44 79 -
CMYK 0 0.76 0.56 0.29
HSL 344.56º 0.61% 0.44% -
HSV(B) 344.56º 0.76% 0.71% -
XYZ 21.13 12.07 8.61 -
YUV 88.65 122.56 193.15 -
System Red Green Blue C M Y K H S L
Decimal 180 44 79 0 0.76 0.56 0.29 344.56 0.61 0.44
Hex B4 2C 4F 0 4C 38 1D 159 3D 2C
Octal 264 54 117 0 114 70 35 531 75 54
Binary 10110100 101100 1001111 0 1001100 111000 11101 101011001 111101 101100

Color Harmonies of #B42C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42C4F

Black with #B42C4F

Text Example


Text Example

White with #B42C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42C4F; }

 p { color: rgb(180,44,79); }

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

background-color css

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

 a { background-color: rgb(180,44,79); }

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

border-color css

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

 span { border-color: rgb(180,44,79); }

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