Html Css Color HEX #B23449 Old Rose

📋 copy color: '#B23449'

red 178 ◦ green 52 ◦ blue 73

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

Shades of Old Rose #B23449

Tints of Old Rose #B23449

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.16%

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

R = 58.75%
G = 17.16%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B23449 (or 0xB23449) is known color: Old Rose. HEX triplet: B2, 34 and 49. RGB value is (178,52,73). Sum of RGB (Red+Green+Blue) = 178+52+73=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B23449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23449 is #4DCBB6. Grayscale: #5C5C5C. Windows color (decimal): -5098423 or 4797618. OLE color: 4797618.

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

Color convert

RGB 178 52 73 -
CMYK 0 0.71 0.59 0.30
HSL 350º 0.55% 0.45% -
HSV(B) 350º 0.71% 0.7% -
XYZ 20.79 12.4 7.6 -
YUV 92.07 117.24 189.29 -
System Red Green Blue C M Y K H S L
Decimal 178 52 73 0 0.71 0.59 0.30 350 0.55 0.45
Hex B2 34 49 0 47 3B 1E 15E 37 2D
Octal 262 64 111 0 107 73 36 536 67 55
Binary 10110010 110100 1001001 0 1000111 111011 11110 101011110 110111 101101

Color Harmonies of #B23449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23449

Black with #B23449

Text Example


Text Example

White with #B23449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23449; }

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

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

background-color css

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

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

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

border-color css

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

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

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