Html Css Color HEX #B23249 Old Rose

📋 copy color: '#B23249'

red 178 ◦ green 50 ◦ blue 73

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

Shades of Old Rose #B23249

Tints of Old Rose #B23249

RGB

 RED value IS 178 (69.92% from 255) = 59.14%

 GREEN value IS 50 (19.92% from 255) = 16.61%

 BLUE value IS 73 (28.91% from 255) = 24.25%

R = 59.14%
G = 16.61%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B23249 (or 0xB23249) is known color: Old Rose. HEX triplet: B2, 32 and 49. RGB value is (178,50,73). Sum of RGB (Red+Green+Blue) = 178+50+73=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B23249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23249 is #4DCDB6. Grayscale: #5A5A5A. Windows color (decimal): -5098935 or 4797106. OLE color: 4797106.

HSL color Cylindrical-coordinate representation of color #B23249: hue angle of 349.22º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B23249 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 50 73 -
CMYK 0 0.72 0.59 0.30
HSL 349.22º 0.56% 0.45% -
HSV(B) 349.22º 0.72% 0.7% -
XYZ 20.7 12.23 7.57 -
YUV 90.89 117.91 190.13 -
System Red Green Blue C M Y K H S L
Decimal 178 50 73 0 0.72 0.59 0.30 349.22 0.56 0.45
Hex B2 32 49 0 48 3B 1E 15D 38 2D
Octal 262 62 111 0 110 73 36 535 70 55
Binary 10110010 110010 1001001 0 1001000 111011 11110 101011101 111000 101101

Color Harmonies of #B23249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23249

Black with #B23249

Text Example


Text Example

White with #B23249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23249; }

 p { color: rgb(178,50,73); }

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

background-color css

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

 a { background-color: rgb(178,50,73); }

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

border-color css

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

 span { border-color: rgb(178,50,73); }

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