Html Css Color HEX #B42E4D Old Rose

📋 copy color: '#B42E4D'

red 180 ◦ green 46 ◦ blue 77

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

Shades of Old Rose #B42E4D

Tints of Old Rose #B42E4D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.18%

 BLUE value IS 77 (30.47% from 255) = 25.41%

R = 59.41%
G = 15.18%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B42E4D (or 0xB42E4D) is known color: Old Rose. HEX triplet: B4, 2E and 4D. RGB value is (180,46,77). Sum of RGB (Red+Green+Blue) = 180+46+77=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42E4D is #4BD1B2. Grayscale: #595959. Windows color (decimal): -4968883 or 5058228. OLE color: 5058228.

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

Color convert

RGB 180 46 77 -
CMYK 0 0.74 0.57 0.29
HSL 346.12º 0.59% 0.44% -
HSV(B) 346.12º 0.74% 0.71% -
XYZ 21.14 12.19 8.26 -
YUV 89.6 120.89 192.48 -
System Red Green Blue C M Y K H S L
Decimal 180 46 77 0 0.74 0.57 0.29 346.12 0.59 0.44
Hex B4 2E 4D 0 4A 39 1D 15A 3B 2C
Octal 264 56 115 0 112 71 35 532 73 54
Binary 10110100 101110 1001101 0 1001010 111001 11101 101011010 111011 101100

Color Harmonies of #B42E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42E4D

Black with #B42E4D

Text Example


Text Example

White with #B42E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42E4D; }

 p { color: rgb(180,46,77); }

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

background-color css

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

 a { background-color: rgb(180,46,77); }

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

border-color css

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

 span { border-color: rgb(180,46,77); }

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