Html Css Color HEX #B23144 Old Rose

📋 copy color: '#B23144'

red 178 ◦ green 49 ◦ blue 68

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

Shades of Old Rose #B23144

Tints of Old Rose #B23144

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.61%

 BLUE value IS 68 (26.95% from 255) = 23.05%

R = 60.34%
G = 16.61%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B23144 (or 0xB23144) is known color: Old Rose. HEX triplet: B2, 31 and 44. RGB value is (178,49,68). Sum of RGB (Red+Green+Blue) = 178+49+68=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B23144 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23144 is #4DCEBB. Grayscale: #595959. Windows color (decimal): -5099196 or 4469170. OLE color: 4469170.

HSL color Cylindrical-coordinate representation of color #B23144: hue angle of 351.16º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B23144 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 49 68 -
CMYK 0 0.72 0.62 0.30
HSL 351.16º 0.57% 0.45% -
HSV(B) 351.16º 0.72% 0.7% -
XYZ 20.5 12.08 6.72 -
YUV 89.74 115.74 190.96 -
System Red Green Blue C M Y K H S L
Decimal 178 49 68 0 0.72 0.62 0.30 351.16 0.57 0.45
Hex B2 31 44 0 48 3E 1E 15F 39 2D
Octal 262 61 104 0 110 76 36 537 71 55
Binary 10110010 110001 1000100 0 1001000 111110 11110 101011111 111001 101101

Color Harmonies of #B23144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23144

Black with #B23144

Text Example


Text Example

White with #B23144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23144; }

 p { color: rgb(178,49,68); }

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

background-color css

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

 a { background-color: rgb(178,49,68); }

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

border-color css

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

 span { border-color: rgb(178,49,68); }

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