Html Css Color HEX #BC2927 Fire Brick

📋 copy color: '#BC2927'

red 188 ◦ green 41 ◦ blue 39

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

Shades of Fire Brick #BC2927

Tints of Fire Brick #BC2927

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.3%

 BLUE value IS 39 (15.63% from 255) = 14.55%

R = 70.15%
G = 15.3%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC2927 (or 0xBC2927) is known color: Fire Brick. HEX triplet: BC, 29 and 27. RGB value is (188,41,39). Sum of RGB (Red+Green+Blue) = 188+41+39=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2927 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2927 is #43D6D8. Grayscale: #545454. Windows color (decimal): -4445913 or 2566588. OLE color: 2566588.

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

Color convert

RGB 188 41 39 -
CMYK 0 0.78 0.79 0.26
HSL 0.81º 0.66% 0.45% -
HSV(B) 0.81º 0.79% 0.74% -
XYZ 21.9 12.42 3.16 -
YUV 84.73 102.2 201.66 -
System Red Green Blue C M Y K H S L
Decimal 188 41 39 0 0.78 0.79 0.26 0.81 0.66 0.45
Hex BC 29 27 0 4E 4F 1A 1 42 2D
Octal 274 51 47 0 116 117 32 1 102 55
Binary 10111100 101001 100111 0 1001110 1001111 11010 1 1000010 101101

Color Harmonies of #BC2927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2927

Black with #BC2927

Text Example


Text Example

White with #BC2927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2927; }

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

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

background-color css

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

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

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

border-color css

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

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

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