Html Css Color HEX #B42147 Old Rose

📋 copy color: '#B42147'

red 180 ◦ green 33 ◦ blue 71

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

Shades of Old Rose #B42147

Tints of Old Rose #B42147

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.62%

 BLUE value IS 71 (28.13% from 255) = 25%

R = 63.38%
G = 11.62%
B = 25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B42147 (or 0xB42147) is known color: Old Rose. HEX triplet: B4, 21 and 47. RGB value is (180,33,71). Sum of RGB (Red+Green+Blue) = 180+33+71=284 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.38% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 71 (28.12% from 255 or 25% from 284); Max value from RGB is 180 - color contains mainly: red. Hex color #B42147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42147 is #4BDEB8. Grayscale: #515151. Windows color (decimal): -4972217 or 4661684. OLE color: 4661684.

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

Color convert

RGB 180 33 71 -
CMYK 0 0.82 0.61 0.29
HSL 344.49º 0.69% 0.42% -
HSV(B) 344.49º 0.82% 0.71% -
XYZ 20.5 11.25 7.05 -
YUV 81.29 122.2 198.41 -
System Red Green Blue C M Y K H S L
Decimal 180 33 71 0 0.82 0.61 0.29 344.49 0.69 0.42
Hex B4 21 47 0 52 3D 1D 158 45 2A
Octal 264 41 107 0 122 75 35 530 105 52
Binary 10110100 100001 1000111 0 1010010 111101 11101 101011000 1000101 101010

Color Harmonies of #B42147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42147

Black with #B42147

Text Example


Text Example

White with #B42147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42147; }

 p { color: rgb(180,33,71); }

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

background-color css

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

 a { background-color: rgb(180,33,71); }

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

border-color css

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

 span { border-color: rgb(180,33,71); }

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