Html Css Color HEX #B23140 Old Rose

📋 copy color: '#B23140'

red 178 ◦ green 49 ◦ blue 64

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

Shades of Old Rose #B23140

Tints of Old Rose #B23140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.99%

R = 61.17%
G = 16.84%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B23140 (or 0xB23140) is known color: Old Rose. HEX triplet: B2, 31 and 40. RGB value is (178,49,64). Sum of RGB (Red+Green+Blue) = 178+49+64=291 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.17% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 178 - color contains mainly: red. Hex color #B23140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23140 is #4DCEBF. Grayscale: #595959. Windows color (decimal): -5099200 or 4207026. OLE color: 4207026.

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

Color convert

RGB 178 49 64 -
CMYK 0 0.72 0.64 0.30
HSL 353.02º 0.57% 0.45% -
HSV(B) 353.02º 0.72% 0.7% -
XYZ 20.38 12.03 6.1 -
YUV 89.28 113.74 191.28 -
System Red Green Blue C M Y K H S L
Decimal 178 49 64 0 0.72 0.64 0.30 353.02 0.57 0.45
Hex B2 31 40 0 48 40 1E 161 39 2D
Octal 262 61 100 0 110 100 36 541 71 55
Binary 10110010 110001 1000000 0 1001000 1000000 11110 101100001 111001 101101

Color Harmonies of #B23140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23140

Black with #B23140

Text Example


Text Example

White with #B23140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23140; }

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

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

background-color css

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

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

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

border-color css

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

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

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