Html Css Color HEX #BF1352 Old Rose

📋 copy color: '#BF1352'

red 191 ◦ green 19 ◦ blue 82

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

Shades of Old Rose #BF1352

Tints of Old Rose #BF1352

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.51%

 BLUE value IS 82 (32.42% from 255) = 28.08%

R = 65.41%
G = 6.51%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BF1352 (or 0xBF1352) is known color: Old Rose. HEX triplet: BF, 13 and 52. RGB value is (191,19,82). Sum of RGB (Red+Green+Blue) = 191+19+82=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1352 is #40ECAD. Grayscale: #4D4D4D. Windows color (decimal): -4254894 or 5379007. OLE color: 5379007.

HSL color Cylindrical-coordinate representation of color #BF1352: hue angle of 338.02º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF1352 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 19 82 -
CMYK 0 0.90 0.57 0.25
HSL 338.02º 0.82% 0.41% -
HSV(B) 338.02º 0.9% 0.75% -
XYZ 23.24 12.15 9.1 -
YUV 77.61 130.48 208.88 -
System Red Green Blue C M Y K H S L
Decimal 191 19 82 0 0.90 0.57 0.25 338.02 0.82 0.41
Hex BF 13 52 0 5A 39 19 152 52 29
Octal 277 23 122 0 132 71 31 522 122 51
Binary 10111111 10011 1010010 0 1011010 111001 11001 101010010 1010010 101001

Color Harmonies of #BF1352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1352

Black with #BF1352

Text Example


Text Example

White with #BF1352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1352; }

 p { color: rgb(191,19,82); }

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

background-color css

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

 a { background-color: rgb(191,19,82); }

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

border-color css

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

 span { border-color: rgb(191,19,82); }

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