Html Css Color HEX #BF2A53 Old Rose

📋 copy color: '#BF2A53'

red 191 ◦ green 42 ◦ blue 83

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

Shades of Old Rose #BF2A53

Tints of Old Rose #BF2A53

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.29%

 BLUE value IS 83 (32.81% from 255) = 26.27%

R = 60.44%
G = 13.29%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BF2A53 (or 0xBF2A53) is known color: Old Rose. HEX triplet: BF, 2A and 53. RGB value is (191,42,83). Sum of RGB (Red+Green+Blue) = 191+42+83=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2A53 is #40D5AC. Grayscale: #5B5B5B. Windows color (decimal): -4249005 or 5450431. OLE color: 5450431.

HSL color Cylindrical-coordinate representation of color #BF2A53: hue angle of 343.49º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF2A53 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 42 83 -
CMYK 0 0.78 0.57 0.25
HSL 343.49º 0.64% 0.46% -
HSV(B) 343.49º 0.78% 0.75% -
XYZ 23.88 13.36 9.5 -
YUV 91.23 123.36 199.17 -
System Red Green Blue C M Y K H S L
Decimal 191 42 83 0 0.78 0.57 0.25 343.49 0.64 0.46
Hex BF 2A 53 0 4E 39 19 157 40 2E
Octal 277 52 123 0 116 71 31 527 100 56
Binary 10111111 101010 1010011 0 1001110 111001 11001 101010111 1000000 101110

Color Harmonies of #BF2A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2A53

Black with #BF2A53

Text Example


Text Example

White with #BF2A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2A53; }

 p { color: rgb(191,42,83); }

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

background-color css

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

 a { background-color: rgb(191,42,83); }

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

border-color css

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

 span { border-color: rgb(191,42,83); }

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