Html Css Color HEX #BF2453 Old Rose

📋 copy color: '#BF2453'

red 191 ◦ green 36 ◦ blue 83

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

Shades of Old Rose #BF2453

Tints of Old Rose #BF2453

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.61%

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

R = 61.61%
G = 11.61%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BF2453 (or 0xBF2453) is known color: Old Rose. HEX triplet: BF, 24 and 53. RGB value is (191,36,83). Sum of RGB (Red+Green+Blue) = 191+36+83=310 (41% of max value = 765). Red value is 191 (75% from 255 or 61.61% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2453 is #40DBAC. Grayscale: #575757. Windows color (decimal): -4250541 or 5448895. OLE color: 5448895.

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

Color convert

RGB 191 36 83 -
CMYK 0 0.81 0.57 0.25
HSL 341.81º 0.68% 0.45% -
HSV(B) 341.81º 0.81% 0.75% -
XYZ 23.68 12.96 9.44 -
YUV 87.7 125.35 201.68 -
System Red Green Blue C M Y K H S L
Decimal 191 36 83 0 0.81 0.57 0.25 341.81 0.68 0.45
Hex BF 24 53 0 51 39 19 156 44 2D
Octal 277 44 123 0 121 71 31 526 104 55
Binary 10111111 100100 1010011 0 1010001 111001 11001 101010110 1000100 101101

Color Harmonies of #BF2453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2453

Black with #BF2453

Text Example


Text Example

White with #BF2453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2453; }

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

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

background-color css

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

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

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

border-color css

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

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

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