Html Css Color HEX #BF3A4C Old Rose

📋 copy color: '#BF3A4C'

red 191 ◦ green 58 ◦ blue 76

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

Shades of Old Rose #BF3A4C

Tints of Old Rose #BF3A4C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.85%

 BLUE value IS 76 (30.08% from 255) = 23.38%

R = 58.77%
G = 17.85%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF3A4C (or 0xBF3A4C) is known color: Old Rose. HEX triplet: BF, 3A and 4C. RGB value is (191,58,76). Sum of RGB (Red+Green+Blue) = 191+58+76=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3A4C is #40C5B3. Grayscale: #636363. Windows color (decimal): -4244916 or 4995775. OLE color: 4995775.

HSL color Cylindrical-coordinate representation of color #BF3A4C: hue angle of 351.88º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF3A4C is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 58 76 -
CMYK 0 0.70 0.60 0.25
HSL 351.88º 0.53% 0.49% -
HSV(B) 351.88º 0.7% 0.75% -
XYZ 24.3 14.62 8.38 -
YUV 99.82 114.56 193.04 -
System Red Green Blue C M Y K H S L
Decimal 191 58 76 0 0.70 0.60 0.25 351.88 0.53 0.49
Hex BF 3A 4C 0 46 3C 19 160 35 31
Octal 277 72 114 0 106 74 31 540 65 61
Binary 10111111 111010 1001100 0 1000110 111100 11001 101100000 110101 110001

Color Harmonies of #BF3A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3A4C

Black with #BF3A4C

Text Example


Text Example

White with #BF3A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3A4C; }

 p { color: rgb(191,58,76); }

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

background-color css

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

 a { background-color: rgb(191,58,76); }

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

border-color css

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

 span { border-color: rgb(191,58,76); }

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