Html Css Color HEX #B23145 Old Rose

📋 copy color: '#B23145'

red 178 ◦ green 49 ◦ blue 69

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

Shades of Old Rose #B23145

Tints of Old Rose #B23145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.31%

R = 60.14%
G = 16.55%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B23145 (or 0xB23145) is known color: Old Rose. HEX triplet: B2, 31 and 45. RGB value is (178,49,69). Sum of RGB (Red+Green+Blue) = 178+49+69=296 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.14% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 178 - color contains mainly: red. Hex color #B23145 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23145 is #4DCEBA. Grayscale: #595959. Windows color (decimal): -5099195 or 4534706. OLE color: 4534706.

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

Color convert

RGB 178 49 69 -
CMYK 0 0.72 0.61 0.30
HSL 350.7º 0.57% 0.45% -
HSV(B) 350.7º 0.72% 0.7% -
XYZ 20.53 12.09 6.88 -
YUV 89.85 116.24 190.87 -
System Red Green Blue C M Y K H S L
Decimal 178 49 69 0 0.72 0.61 0.30 350.7 0.57 0.45
Hex B2 31 45 0 48 3D 1E 15F 39 2D
Octal 262 61 105 0 110 75 36 537 71 55
Binary 10110010 110001 1000101 0 1001000 111101 11110 101011111 111001 101101

Color Harmonies of #B23145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23145

Black with #B23145

Text Example


Text Example

White with #B23145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23145; }

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

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

background-color css

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

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

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

border-color css

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

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

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