Html Css Color HEX #BC224B Old Rose

📋 copy color: '#BC224B'

red 188 ◦ green 34 ◦ blue 75

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

Shades of Old Rose #BC224B

Tints of Old Rose #BC224B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.25%

R = 63.3%
G = 11.45%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC224B (or 0xBC224B) is known color: Old Rose. HEX triplet: BC, 22 and 4B. RGB value is (188,34,75). Sum of RGB (Red+Green+Blue) = 188+34+75=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC224B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC224B is #43DDB4. Grayscale: #545454. Windows color (decimal): -4447669 or 4924092. OLE color: 4924092.

HSL color Cylindrical-coordinate representation of color #BC224B: hue angle of 344.03º 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 #BC224B is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 34 75 -
CMYK 0 0.82 0.60 0.26
HSL 344.03º 0.69% 0.44% -
HSV(B) 344.03º 0.82% 0.74% -
XYZ 22.58 12.34 7.85 -
YUV 84.72 122.52 201.67 -
System Red Green Blue C M Y K H S L
Decimal 188 34 75 0 0.82 0.60 0.26 344.03 0.69 0.44
Hex BC 22 4B 0 52 3C 1A 158 45 2C
Octal 274 42 113 0 122 74 32 530 105 54
Binary 10111100 100010 1001011 0 1010010 111100 11010 101011000 1000101 101100

Color Harmonies of #BC224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC224B

Black with #BC224B

Text Example


Text Example

White with #BC224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC224B; }

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

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

background-color css

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

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

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

border-color css

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

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

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