Html Css Color HEX #BC2252 Old Rose

📋 copy color: '#BC2252'

red 188 ◦ green 34 ◦ blue 82

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

Shades of Old Rose #BC2252

Tints of Old Rose #BC2252

RGB

 RED value IS 188 (73.83% from 255) = 61.84%

 GREEN value IS 34 (13.67% from 255) = 11.18%

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

R = 61.84%
G = 11.18%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC2252 (or 0xBC2252) is known color: Old Rose. HEX triplet: BC, 22 and 52. RGB value is (188,34,82). Sum of RGB (Red+Green+Blue) = 188+34+82=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2252 is #43DDAD. Grayscale: #555555. Windows color (decimal): -4447662 or 5382844. OLE color: 5382844.

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

Color convert

RGB 188 34 82 -
CMYK 0 0.82 0.56 0.26
HSL 341.3º 0.69% 0.44% -
HSV(B) 341.3º 0.82% 0.74% -
XYZ 22.83 12.44 9.18 -
YUV 85.52 126.02 201.1 -
System Red Green Blue C M Y K H S L
Decimal 188 34 82 0 0.82 0.56 0.26 341.3 0.69 0.44
Hex BC 22 52 0 52 38 1A 155 45 2C
Octal 274 42 122 0 122 70 32 525 105 54
Binary 10111100 100010 1010010 0 1010010 111000 11010 101010101 1000101 101100

Color Harmonies of #BC2252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2252

Black with #BC2252

Text Example


Text Example

White with #BC2252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2252; }

 p { color: rgb(188,34,82); }

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

background-color css

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

 a { background-color: rgb(188,34,82); }

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

border-color css

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

 span { border-color: rgb(188,34,82); }

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