Html Css Color HEX #B23349 Old Rose

📋 copy color: '#B23349'

red 178 ◦ green 51 ◦ blue 73

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

Shades of Old Rose #B23349

Tints of Old Rose #B23349

RGB

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

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

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

R = 58.94%
G = 16.89%
B = 24.17%

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

#B23349 (or 0xB23349) is known color: Old Rose. HEX triplet: B2, 33 and 49. RGB value is (178,51,73). Sum of RGB (Red+Green+Blue) = 178+51+73=302 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.94% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 178 - color contains mainly: red. Hex color #B23349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23349 is #4DCCB6. Grayscale: #5B5B5B. Windows color (decimal): -5098679 or 4797362. OLE color: 4797362.

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

Color convert

RGB 178 51 73 -
CMYK 0 0.71 0.59 0.30
HSL 349.61º 0.55% 0.45% -
HSV(B) 349.61º 0.71% 0.7% -
XYZ 20.75 12.31 7.59 -
YUV 91.48 117.58 189.71 -
System Red Green Blue C M Y K H S L
Decimal 178 51 73 0 0.71 0.59 0.30 349.61 0.55 0.45
Hex B2 33 49 0 47 3B 1E 15E 37 2D
Octal 262 63 111 0 107 73 36 536 67 55
Binary 10110010 110011 1001001 0 1000111 111011 11110 101011110 110111 101101

Color Harmonies of #B23349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23349

Black with #B23349

Text Example


Text Example

White with #B23349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23349; }

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

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

background-color css

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

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

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

border-color css

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

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

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