Html Css Color HEX #B23450 Old Rose

📋 copy color: '#B23450'

red 178 ◦ green 52 ◦ blue 80

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

Shades of Old Rose #B23450

Tints of Old Rose #B23450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.81%

R = 57.42%
G = 16.77%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B23450 (or 0xB23450) is known color: Old Rose. HEX triplet: B2, 34 and 50. RGB value is (178,52,80). Sum of RGB (Red+Green+Blue) = 178+52+80=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B23450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23450 is #4DCBAF. Grayscale: #5C5C5C. Windows color (decimal): -5098416 or 5256370. OLE color: 5256370.

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

Color convert

RGB 178 52 80 -
CMYK 0 0.71 0.55 0.30
HSL 346.67º 0.55% 0.45% -
HSV(B) 346.67º 0.71% 0.7% -
XYZ 21.04 12.5 8.89 -
YUV 92.87 120.74 188.72 -
System Red Green Blue C M Y K H S L
Decimal 178 52 80 0 0.71 0.55 0.30 346.67 0.55 0.45
Hex B2 34 50 0 47 37 1E 15B 37 2D
Octal 262 64 120 0 107 67 36 533 67 55
Binary 10110010 110100 1010000 0 1000111 110111 11110 101011011 110111 101101

Color Harmonies of #B23450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23450

Black with #B23450

Text Example


Text Example

White with #B23450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23450; }

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

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

background-color css

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

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

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

border-color css

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

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

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