Html Css Color HEX #B23452 Old Rose

📋 copy color: '#B23452'

red 178 ◦ green 52 ◦ blue 82

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

Shades of Old Rose #B23452

Tints of Old Rose #B23452

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.67%

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

R = 57.05%
G = 16.67%
B = 26.28%

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

#B23452 (or 0xB23452) is known color: Old Rose. HEX triplet: B2, 34 and 52. RGB value is (178,52,82). Sum of RGB (Red+Green+Blue) = 178+52+82=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B23452 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23452 is #4DCBAD. Grayscale: #5D5D5D. Windows color (decimal): -5098414 or 5387442. OLE color: 5387442.

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

Color convert

RGB 178 52 82 -
CMYK 0 0.71 0.54 0.30
HSL 345.71º 0.55% 0.45% -
HSV(B) 345.71º 0.71% 0.7% -
XYZ 21.11 12.53 9.29 -
YUV 93.09 121.74 188.56 -
System Red Green Blue C M Y K H S L
Decimal 178 52 82 0 0.71 0.54 0.30 345.71 0.55 0.45
Hex B2 34 52 0 47 36 1E 15A 37 2D
Octal 262 64 122 0 107 66 36 532 67 55
Binary 10110010 110100 1010010 0 1000111 110110 11110 101011010 110111 101101

Color Harmonies of #B23452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23452

Black with #B23452

Text Example


Text Example

White with #B23452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23452; }

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

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

background-color css

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

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

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

border-color css

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

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

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