Html Css Color HEX #B23448 Old Rose

📋 copy color: '#B23448'

red 178 ◦ green 52 ◦ blue 72

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

Shades of Old Rose #B23448

Tints of Old Rose #B23448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.84%

R = 58.94%
G = 17.22%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B23448 (or 0xB23448) is known color: Old Rose. HEX triplet: B2, 34 and 48. RGB value is (178,52,72). Sum of RGB (Red+Green+Blue) = 178+52+72=302 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.94% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 178 - color contains mainly: red. Hex color #B23448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23448 is #4DCBB7. Grayscale: #5C5C5C. Windows color (decimal): -5098424 or 4732082. OLE color: 4732082.

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

Color convert

RGB 178 52 72 -
CMYK 0 0.71 0.60 0.30
HSL 350.48º 0.55% 0.45% -
HSV(B) 350.48º 0.71% 0.7% -
XYZ 20.76 12.39 7.43 -
YUV 91.95 116.74 189.37 -
System Red Green Blue C M Y K H S L
Decimal 178 52 72 0 0.71 0.60 0.30 350.48 0.55 0.45
Hex B2 34 48 0 47 3C 1E 15E 37 2D
Octal 262 64 110 0 107 74 36 536 67 55
Binary 10110010 110100 1001000 0 1000111 111100 11110 101011110 110111 101101

Color Harmonies of #B23448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23448

Black with #B23448

Text Example


Text Example

White with #B23448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23448; }

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

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

background-color css

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

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

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

border-color css

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

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

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