Html Css Color HEX #B23246 Old Rose

📋 copy color: '#B23246'

red 178 ◦ green 50 ◦ blue 70

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

Shades of Old Rose #B23246

Tints of Old Rose #B23246

RGB

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

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

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

R = 59.73%
G = 16.78%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B23246 (or 0xB23246) is known color: Old Rose. HEX triplet: B2, 32 and 46. RGB value is (178,50,70). Sum of RGB (Red+Green+Blue) = 178+50+70=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B23246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23246 is #4DCDB9. Grayscale: #5A5A5A. Windows color (decimal): -5098938 or 4600498. OLE color: 4600498.

HSL color Cylindrical-coordinate representation of color #B23246: hue angle of 350.62º 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 #B23246 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 50 70 -
CMYK 0 0.72 0.61 0.30
HSL 350.63º 0.56% 0.45% -
HSV(B) 350.63º 0.72% 0.7% -
XYZ 20.61 12.19 7.06 -
YUV 90.55 116.41 190.37 -
System Red Green Blue C M Y K H S L
Decimal 178 50 70 0 0.72 0.61 0.30 350.63 0.56 0.45
Hex B2 32 46 0 48 3D 1E 15F 38 2D
Octal 262 62 106 0 110 75 36 537 70 55
Binary 10110010 110010 1000110 0 1001000 111101 11110 101011111 111000 101101

Color Harmonies of #B23246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23246

Black with #B23246

Text Example


Text Example

White with #B23246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23246; }

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

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

background-color css

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

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

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

border-color css

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

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

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