Html Css Color HEX #BF3148 Old Rose

📋 copy color: '#BF3148'

red 191 ◦ green 49 ◦ blue 72

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

Shades of Old Rose #BF3148

Tints of Old Rose #BF3148

RGB

 RED value IS 191 (75% from 255) = 61.22%

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

 BLUE value IS 72 (28.52% from 255) = 23.08%

R = 61.22%
G = 15.71%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF3148 (or 0xBF3148) is known color: Old Rose. HEX triplet: BF, 31 and 48. RGB value is (191,49,72). Sum of RGB (Red+Green+Blue) = 191+49+72=312 (41% of max value = 765). Red value is 191 (75% from 255 or 61.22% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3148 is #40CEB7. Grayscale: #5E5E5E. Windows color (decimal): -4247224 or 4731327. OLE color: 4731327.

HSL color Cylindrical-coordinate representation of color #BF3148: hue angle of 350.28º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF3148 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 49 72 -
CMYK 0 0.74 0.62 0.25
HSL 350.28º 0.59% 0.47% -
HSV(B) 350.28º 0.74% 0.75% -
XYZ 23.75 13.74 7.53 -
YUV 94.08 115.54 197.13 -
System Red Green Blue C M Y K H S L
Decimal 191 49 72 0 0.74 0.62 0.25 350.28 0.59 0.47
Hex BF 31 48 0 4A 3E 19 15E 3B 2F
Octal 277 61 110 0 112 76 31 536 73 57
Binary 10111111 110001 1001000 0 1001010 111110 11001 101011110 111011 101111

Color Harmonies of #BF3148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3148

Black with #BF3148

Text Example


Text Example

White with #BF3148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3148; }

 p { color: rgb(191,49,72); }

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

background-color css

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

 a { background-color: rgb(191,49,72); }

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

border-color css

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

 span { border-color: rgb(191,49,72); }

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