Html Css Color HEX #B23353 Old Rose

📋 copy color: '#B23353'

red 178 ◦ green 51 ◦ blue 83

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

Shades of Old Rose #B23353

Tints of Old Rose #B23353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.6%

R = 57.05%
G = 16.35%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B23353 (or 0xB23353) is known color: Old Rose. HEX triplet: B2, 33 and 53. RGB value is (178,51,83). Sum of RGB (Red+Green+Blue) = 178+51+83=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B23353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23353 is #4DCCAC. Grayscale: #5C5C5C. Windows color (decimal): -5098669 or 5452722. OLE color: 5452722.

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

Color convert

RGB 178 51 83 -
CMYK 0 0.71 0.53 0.30
HSL 344.88º 0.55% 0.45% -
HSV(B) 344.88º 0.71% 0.7% -
XYZ 21.11 12.46 9.48 -
YUV 92.62 122.58 188.9 -
System Red Green Blue C M Y K H S L
Decimal 178 51 83 0 0.71 0.53 0.30 344.88 0.55 0.45
Hex B2 33 53 0 47 35 1E 159 37 2D
Octal 262 63 123 0 107 65 36 531 67 55
Binary 10110010 110011 1010011 0 1000111 110101 11110 101011001 110111 101101

Color Harmonies of #B23353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23353

Black with #B23353

Text Example


Text Example

White with #B23353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23353; }

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

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

background-color css

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

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

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

border-color css

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

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

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