Html Css Color HEX #B23546 Old Rose

📋 copy color: '#B23546'

red 178 ◦ green 53 ◦ blue 70

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

Shades of Old Rose #B23546

Tints of Old Rose #B23546

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.61%

 BLUE value IS 70 (27.73% from 255) = 23.26%

R = 59.14%
G = 17.61%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B23546 (or 0xB23546) is known color: Old Rose. HEX triplet: B2, 35 and 46. RGB value is (178,53,70). Sum of RGB (Red+Green+Blue) = 178+53+70=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B23546 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23546 is #4DCAB9. Grayscale: #5C5C5C. Windows color (decimal): -5098170 or 4601266. OLE color: 4601266.

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

Color convert

RGB 178 53 70 -
CMYK 0 0.70 0.61 0.30
HSL 351.84º 0.54% 0.45% -
HSV(B) 351.84º 0.7% 0.7% -
XYZ 20.74 12.45 7.11 -
YUV 92.31 115.41 189.12 -
System Red Green Blue C M Y K H S L
Decimal 178 53 70 0 0.70 0.61 0.30 351.84 0.54 0.45
Hex B2 35 46 0 46 3D 1E 160 36 2D
Octal 262 65 106 0 106 75 36 540 66 55
Binary 10110010 110101 1000110 0 1000110 111101 11110 101100000 110110 101101

Color Harmonies of #B23546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23546

Black with #B23546

Text Example


Text Example

White with #B23546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23546; }

 p { color: rgb(178,53,70); }

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

background-color css

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

 a { background-color: rgb(178,53,70); }

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

border-color css

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

 span { border-color: rgb(178,53,70); }

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