Html Css Color HEX #BF2348 Old Rose

📋 copy color: '#BF2348'

red 191 ◦ green 35 ◦ blue 72

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

Shades of Old Rose #BF2348

Tints of Old Rose #BF2348

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.74%

 BLUE value IS 72 (28.52% from 255) = 24.16%

R = 64.09%
G = 11.74%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF2348 (or 0xBF2348) is known color: Old Rose. HEX triplet: BF, 23 and 48. RGB value is (191,35,72). Sum of RGB (Red+Green+Blue) = 191+35+72=298 (39% of max value = 765). Red value is 191 (75% from 255 or 64.09% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2348 is #40DCB7. Grayscale: #555555. Windows color (decimal): -4250808 or 4727743. OLE color: 4727743.

HSL color Cylindrical-coordinate representation of color #BF2348: hue angle of 345.77º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2348 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 35 72 -
CMYK 0 0.82 0.62 0.25
HSL 345.77º 0.69% 0.44% -
HSV(B) 345.77º 0.82% 0.75% -
XYZ 23.26 12.75 7.37 -
YUV 85.86 120.18 202.99 -
System Red Green Blue C M Y K H S L
Decimal 191 35 72 0 0.82 0.62 0.25 345.77 0.69 0.44
Hex BF 23 48 0 52 3E 19 15A 45 2C
Octal 277 43 110 0 122 76 31 532 105 54
Binary 10111111 100011 1001000 0 1010010 111110 11001 101011010 1000101 101100

Color Harmonies of #BF2348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2348

Black with #BF2348

Text Example


Text Example

White with #BF2348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2348; }

 p { color: rgb(191,35,72); }

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

background-color css

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

 a { background-color: rgb(191,35,72); }

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

border-color css

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

 span { border-color: rgb(191,35,72); }

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