Html Css Color HEX #BC2741 Brick Red

📋 copy color: '#BC2741'

red 188 ◦ green 39 ◦ blue 65

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

Shades of Brick Red #BC2741

Tints of Brick Red #BC2741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.36%

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

R = 64.38%
G = 13.36%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC2741 (or 0xBC2741) is known color: Brick Red. HEX triplet: BC, 27 and 41. RGB value is (188,39,65). Sum of RGB (Red+Green+Blue) = 188+39+65=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2741 is #43D8BE. Grayscale: #565656. Windows color (decimal): -4446399 or 4270012. OLE color: 4270012.

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

Color convert

RGB 188 39 65 -
CMYK 0 0.79 0.65 0.26
HSL 349.53º 0.66% 0.45% -
HSV(B) 349.53º 0.79% 0.74% -
XYZ 22.42 12.52 6.24 -
YUV 86.52 115.86 200.39 -
System Red Green Blue C M Y K H S L
Decimal 188 39 65 0 0.79 0.65 0.26 349.53 0.66 0.45
Hex BC 27 41 0 4F 41 1A 15E 42 2D
Octal 274 47 101 0 117 101 32 536 102 55
Binary 10111100 100111 1000001 0 1001111 1000001 11010 101011110 1000010 101101

Color Harmonies of #BC2741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2741

Black with #BC2741

Text Example


Text Example

White with #BC2741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2741; }

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

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

background-color css

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

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

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

border-color css

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

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

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