Html Css Color HEX #BC2345 Old Rose

📋 copy color: '#BC2345'

red 188 ◦ green 35 ◦ blue 69

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

Shades of Old Rose #BC2345

Tints of Old Rose #BC2345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.63%

R = 64.38%
G = 11.99%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC2345 (or 0xBC2345) is known color: Old Rose. HEX triplet: BC, 23 and 45. RGB value is (188,35,69). Sum of RGB (Red+Green+Blue) = 188+35+69=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2345 is #43DCBA. Grayscale: #545454. Windows color (decimal): -4447419 or 4531132. OLE color: 4531132.

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

Color convert

RGB 188 35 69 -
CMYK 0 0.81 0.63 0.26
HSL 346.67º 0.69% 0.44% -
HSV(B) 346.67º 0.81% 0.74% -
XYZ 22.41 12.32 6.83 -
YUV 84.62 119.19 201.74 -
System Red Green Blue C M Y K H S L
Decimal 188 35 69 0 0.81 0.63 0.26 346.67 0.69 0.44
Hex BC 23 45 0 51 3F 1A 15B 45 2C
Octal 274 43 105 0 121 77 32 533 105 54
Binary 10111100 100011 1000101 0 1010001 111111 11010 101011011 1000101 101100

Color Harmonies of #BC2345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2345

Black with #BC2345

Text Example


Text Example

White with #BC2345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2345; }

 p { color: rgb(188,35,69); }

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

background-color css

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

 a { background-color: rgb(188,35,69); }

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

border-color css

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

 span { border-color: rgb(188,35,69); }

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