Html Css Color HEX #B23143 Old Rose

📋 copy color: '#B23143'

red 178 ◦ green 49 ◦ blue 67

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

Shades of Old Rose #B23143

Tints of Old Rose #B23143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.79%

R = 60.54%
G = 16.67%
B = 22.79%

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

#B23143 (or 0xB23143) is known color: Old Rose. HEX triplet: B2, 31 and 43. RGB value is (178,49,67). Sum of RGB (Red+Green+Blue) = 178+49+67=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 67 (26.56% from 255 or 22.79% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B23143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23143 is #4DCEBC. Grayscale: #595959. Windows color (decimal): -5099197 or 4403634. OLE color: 4403634.

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

Color convert

RGB 178 49 67 -
CMYK 0 0.72 0.62 0.30
HSL 351.63º 0.57% 0.45% -
HSV(B) 351.63º 0.72% 0.7% -
XYZ 20.47 12.07 6.56 -
YUV 89.62 115.24 191.04 -
System Red Green Blue C M Y K H S L
Decimal 178 49 67 0 0.72 0.62 0.30 351.63 0.57 0.45
Hex B2 31 43 0 48 3E 1E 160 39 2D
Octal 262 61 103 0 110 76 36 540 71 55
Binary 10110010 110001 1000011 0 1001000 111110 11110 101100000 111001 101101

Color Harmonies of #B23143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23143

Black with #B23143

Text Example


Text Example

White with #B23143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23143; }

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

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

background-color css

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

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

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

border-color css

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

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

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