Html Css Color HEX #B82248 Old Rose

📋 copy color: '#B82248'

red 184 ◦ green 34 ◦ blue 72

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

Shades of Old Rose #B82248

Tints of Old Rose #B82248

RGB

 RED value IS 184 (72.27% from 255) = 63.45%

 GREEN value IS 34 (13.67% from 255) = 11.72%

 BLUE value IS 72 (28.52% from 255) = 24.83%

R = 63.45%
G = 11.72%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B82248 (or 0xB82248) is known color: Old Rose. HEX triplet: B8, 22 and 48. RGB value is (184,34,72). Sum of RGB (Red+Green+Blue) = 184+34+72=290 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.45% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 184 - color contains mainly: red. Hex color #B82248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82248 is #47DDB7. Grayscale: #535353. Windows color (decimal): -4709816 or 4727480. OLE color: 4727480.

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

Color convert

RGB 184 34 72 -
CMYK 0 0.82 0.61 0.28
HSL 344.8º 0.69% 0.43% -
HSV(B) 344.8º 0.82% 0.72% -
XYZ 21.51 11.8 7.28 -
YUV 83.18 121.7 199.91 -
System Red Green Blue C M Y K H S L
Decimal 184 34 72 0 0.82 0.61 0.28 344.8 0.69 0.43
Hex B8 22 48 0 52 3D 1C 159 45 2B
Octal 270 42 110 0 122 75 34 531 105 53
Binary 10111000 100010 1001000 0 1010010 111101 11100 101011001 1000101 101011

Color Harmonies of #B82248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82248

Black with #B82248

Text Example


Text Example

White with #B82248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82248; }

 p { color: rgb(184,34,72); }

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

background-color css

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

 a { background-color: rgb(184,34,72); }

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

border-color css

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

 span { border-color: rgb(184,34,72); }

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