Html Css Color HEX #B23352 Old Rose

📋 copy color: '#B23352'

red 178 ◦ green 51 ◦ blue 82

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

Shades of Old Rose #B23352

Tints of Old Rose #B23352

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.4%

 BLUE value IS 82 (32.42% from 255) = 26.37%

R = 57.23%
G = 16.4%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B23352 (or 0xB23352) is known color: Old Rose. HEX triplet: B2, 33 and 52. RGB value is (178,51,82). Sum of RGB (Red+Green+Blue) = 178+51+82=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B23352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23352 is #4DCCAD. Grayscale: #5C5C5C. Windows color (decimal): -5098670 or 5387186. OLE color: 5387186.

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

Color convert

RGB 178 51 82 -
CMYK 0 0.71 0.54 0.30
HSL 345.35º 0.55% 0.45% -
HSV(B) 345.35º 0.71% 0.7% -
XYZ 21.07 12.44 9.27 -
YUV 92.51 122.08 188.98 -
System Red Green Blue C M Y K H S L
Decimal 178 51 82 0 0.71 0.54 0.30 345.35 0.55 0.45
Hex B2 33 52 0 47 36 1E 159 37 2D
Octal 262 63 122 0 107 66 36 531 67 55
Binary 10110010 110011 1010010 0 1000111 110110 11110 101011001 110111 101101

Color Harmonies of #B23352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23352

Black with #B23352

Text Example


Text Example

White with #B23352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23352; }

 p { color: rgb(178,51,82); }

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

background-color css

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

 a { background-color: rgb(178,51,82); }

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

border-color css

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

 span { border-color: rgb(178,51,82); }

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