Html Css Color HEX #B12840 Old Rose

📋 copy color: '#B12840'

red 177 ◦ green 40 ◦ blue 64

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

Shades of Old Rose #B12840

Tints of Old Rose #B12840

RGB

 RED value IS 177 (69.53% from 255) = 62.99%

 GREEN value IS 40 (16.02% from 255) = 14.23%

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

R = 62.99%
G = 14.23%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B12840 (or 0xB12840) is known color: Old Rose. HEX triplet: B1, 28 and 40. RGB value is (177,40,64). Sum of RGB (Red+Green+Blue) = 177+40+64=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B12840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12840 is #4ED7BF. Grayscale: #535353. Windows color (decimal): -5167040 or 4204721. OLE color: 4204721.

HSL color Cylindrical-coordinate representation of color #B12840: hue angle of 349.49º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B12840 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 40 64 -
CMYK 0 0.77 0.64 0.31
HSL 349.49º 0.63% 0.43% -
HSV(B) 349.49º 0.77% 0.69% -
XYZ 19.82 11.23 5.97 -
YUV 83.7 116.89 194.55 -
System Red Green Blue C M Y K H S L
Decimal 177 40 64 0 0.77 0.64 0.31 349.49 0.63 0.43
Hex B1 28 40 0 4D 40 1F 15D 3F 2B
Octal 261 50 100 0 115 100 37 535 77 53
Binary 10110001 101000 1000000 0 1001101 1000000 11111 101011101 111111 101011

Color Harmonies of #B12840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12840

Black with #B12840

Text Example


Text Example

White with #B12840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12840; }

 p { color: rgb(177,40,64); }

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

background-color css

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

 a { background-color: rgb(177,40,64); }

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

border-color css

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

 span { border-color: rgb(177,40,64); }

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