Html Css Color HEX #BC2F41 Brick Red

📋 copy color: '#BC2F41'

red 188 ◦ green 47 ◦ blue 65

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

Shades of Brick Red #BC2F41

Tints of Brick Red #BC2F41

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.67%

 BLUE value IS 65 (25.78% from 255) = 21.67%

R = 62.67%
G = 15.67%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC2F41 (or 0xBC2F41) is known color: Brick Red. HEX triplet: BC, 2F and 41. RGB value is (188,47,65). Sum of RGB (Red+Green+Blue) = 188+47+65=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 47 (18.75% from 255 or 15.67% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2F41 is #43D0BE. Grayscale: #5B5B5B. Windows color (decimal): -4444351 or 4272060. OLE color: 4272060.

HSL color Cylindrical-coordinate representation of color #BC2F41: hue angle of 352.34º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC2F41 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 47 65 -
CMYK 0 0.75 0.65 0.26
HSL 352.34º 0.6% 0.46% -
HSV(B) 352.34º 0.75% 0.74% -
XYZ 22.71 13.11 6.33 -
YUV 91.21 113.21 197.04 -
System Red Green Blue C M Y K H S L
Decimal 188 47 65 0 0.75 0.65 0.26 352.34 0.6 0.46
Hex BC 2F 41 0 4B 41 1A 160 3C 2E
Octal 274 57 101 0 113 101 32 540 74 56
Binary 10111100 101111 1000001 0 1001011 1000001 11010 101100000 111100 101110

Color Harmonies of #BC2F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2F41

Black with #BC2F41

Text Example


Text Example

White with #BC2F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2F41; }

 p { color: rgb(188,47,65); }

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

background-color css

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

 a { background-color: rgb(188,47,65); }

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

border-color css

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

 span { border-color: rgb(188,47,65); }

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