Html Css Color HEX #BF1853 Old Rose

📋 copy color: '#BF1853'

red 191 ◦ green 24 ◦ blue 83

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

Shades of Old Rose #BF1853

Tints of Old Rose #BF1853

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.05%

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

R = 64.09%
G = 8.05%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BF1853 (or 0xBF1853) is known color: Old Rose. HEX triplet: BF, 18 and 53. RGB value is (191,24,83). Sum of RGB (Red+Green+Blue) = 191+24+83=298 (39% of max value = 765). Red value is 191 (75% from 255 or 64.09% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1853 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1853 is #40E7AC. Grayscale: #505050. Windows color (decimal): -4253613 or 5445823. OLE color: 5445823.

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

Color convert

RGB 191 24 83 -
CMYK 0 0.87 0.57 0.25
HSL 338.8º 0.78% 0.42% -
HSV(B) 338.8º 0.87% 0.75% -
XYZ 23.37 12.35 9.34 -
YUV 80.66 129.33 206.7 -
System Red Green Blue C M Y K H S L
Decimal 191 24 83 0 0.87 0.57 0.25 338.8 0.78 0.42
Hex BF 18 53 0 57 39 19 153 4E 2A
Octal 277 30 123 0 127 71 31 523 116 52
Binary 10111111 11000 1010011 0 1010111 111001 11001 101010011 1001110 101010

Color Harmonies of #BF1853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1853

Black with #BF1853

Text Example


Text Example

White with #BF1853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1853; }

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

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

background-color css

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

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

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

border-color css

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

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

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