Html Css Color HEX #B1303F Old Rose

📋 copy color: '#B1303F'

red 177 ◦ green 48 ◦ blue 63

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

Shades of Old Rose #B1303F

Tints of Old Rose #B1303F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.67%

 BLUE value IS 63 (25% from 255) = 21.88%

R = 61.46%
G = 16.67%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B1303F (or 0xB1303F) is known color: Old Rose. HEX triplet: B1, 30 and 3F. RGB value is (177,48,63). Sum of RGB (Red+Green+Blue) = 177+48+63=288 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.46% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 177 - color contains mainly: red. Hex color #B1303F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1303F is #4ECFC0. Grayscale: #585858. Windows color (decimal): -5164993 or 4141233. OLE color: 4141233.

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

Color convert

RGB 177 48 63 -
CMYK 0 0.73 0.64 0.31
HSL 353.02º 0.57% 0.44% -
HSV(B) 353.02º 0.73% 0.69% -
XYZ 20.09 11.82 5.93 -
YUV 88.28 113.74 191.28 -
System Red Green Blue C M Y K H S L
Decimal 177 48 63 0 0.73 0.64 0.31 353.02 0.57 0.44
Hex B1 30 3F 0 49 40 1F 161 39 2C
Octal 261 60 77 0 111 100 37 541 71 54
Binary 10110001 110000 111111 0 1001001 1000000 11111 101100001 111001 101100

Color Harmonies of #B1303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1303F

Black with #B1303F

Text Example


Text Example

White with #B1303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1303F; }

 p { color: rgb(177,48,63); }

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

background-color css

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

 a { background-color: rgb(177,48,63); }

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

border-color css

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

 span { border-color: rgb(177,48,63); }

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