Html Css Color HEX #BF1D4A Old Rose

📋 copy color: '#BF1D4A'

red 191 ◦ green 29 ◦ blue 74

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

Shades of Old Rose #BF1D4A

Tints of Old Rose #BF1D4A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.86%

 BLUE value IS 74 (29.3% from 255) = 25.17%

R = 64.97%
G = 9.86%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF1D4A (or 0xBF1D4A) is known color: Old Rose. HEX triplet: BF, 1D and 4A. RGB value is (191,29,74). Sum of RGB (Red+Green+Blue) = 191+29+74=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF1D4A is #40E2B5. Grayscale: #525252. Windows color (decimal): -4252342 or 4857279. OLE color: 4857279.

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

Color convert

RGB 191 29 74 -
CMYK 0 0.85 0.61 0.25
HSL 343.33º 0.74% 0.43% -
HSV(B) 343.33º 0.85% 0.75% -
XYZ 23.16 12.45 7.66 -
YUV 82.57 123.17 205.34 -
System Red Green Blue C M Y K H S L
Decimal 191 29 74 0 0.85 0.61 0.25 343.33 0.74 0.43
Hex BF 1D 4A 0 55 3D 19 157 4A 2B
Octal 277 35 112 0 125 75 31 527 112 53
Binary 10111111 11101 1001010 0 1010101 111101 11001 101010111 1001010 101011

Color Harmonies of #BF1D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1D4A

Black with #BF1D4A

Text Example


Text Example

White with #BF1D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1D4A; }

 p { color: rgb(191,29,74); }

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

background-color css

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

 a { background-color: rgb(191,29,74); }

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

border-color css

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

 span { border-color: rgb(191,29,74); }

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