Html Css Color HEX #B1283E Old Rose

📋 copy color: '#B1283E'

red 177 ◦ green 40 ◦ blue 62

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

Shades of Old Rose #B1283E

Tints of Old Rose #B1283E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.22%

R = 63.44%
G = 14.34%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B1283E (or 0xB1283E) is known color: Old Rose. HEX triplet: B1, 28 and 3E. RGB value is (177,40,62). Sum of RGB (Red+Green+Blue) = 177+40+62=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B1283E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1283E is #4ED7C1. Grayscale: #535353. Windows color (decimal): -5167042 or 4073649. OLE color: 4073649.

HSL color Cylindrical-coordinate representation of color #B1283E: hue angle of 350.36º 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 #B1283E is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 40 62 -
CMYK 0 0.77 0.65 0.31
HSL 350.37º 0.63% 0.43% -
HSV(B) 350.37º 0.77% 0.69% -
XYZ 19.76 11.21 5.68 -
YUV 83.47 115.89 194.71 -
System Red Green Blue C M Y K H S L
Decimal 177 40 62 0 0.77 0.65 0.31 350.37 0.63 0.43
Hex B1 28 3E 0 4D 41 1F 15E 3F 2B
Octal 261 50 76 0 115 101 37 536 77 53
Binary 10110001 101000 111110 0 1001101 1000001 11111 101011110 111111 101011

Color Harmonies of #B1283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1283E

Black with #B1283E

Text Example


Text Example

White with #B1283E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1283E; }

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

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

background-color css

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

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

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

border-color css

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

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

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