Html Css Color HEX #BC3345 Old Rose

📋 copy color: '#BC3345'

red 188 ◦ green 51 ◦ blue 69

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

Shades of Old Rose #BC3345

Tints of Old Rose #BC3345

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.56%

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

R = 61.04%
G = 16.56%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC3345 (or 0xBC3345) is known color: Old Rose. HEX triplet: BC, 33 and 45. RGB value is (188,51,69). Sum of RGB (Red+Green+Blue) = 188+51+69=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3345 is #43CCBA. Grayscale: #5E5E5E. Windows color (decimal): -4443323 or 4535228. OLE color: 4535228.

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

Color convert

RGB 188 51 69 -
CMYK 0 0.73 0.63 0.26
HSL 352.12º 0.57% 0.47% -
HSV(B) 352.12º 0.73% 0.74% -
XYZ 23 13.49 7.02 -
YUV 94.02 113.89 195.04 -
System Red Green Blue C M Y K H S L
Decimal 188 51 69 0 0.73 0.63 0.26 352.12 0.57 0.47
Hex BC 33 45 0 49 3F 1A 160 39 2F
Octal 274 63 105 0 111 77 32 540 71 57
Binary 10111100 110011 1000101 0 1001001 111111 11010 101100000 111001 101111

Color Harmonies of #BC3345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3345

Black with #BC3345

Text Example


Text Example

White with #BC3345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3345; }

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

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

background-color css

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

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

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

border-color css

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

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

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