Html Css Color HEX #BC2723 Fire Brick

📋 copy color: '#BC2723'

red 188 ◦ green 39 ◦ blue 35

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

Shades of Fire Brick #BC2723

Tints of Fire Brick #BC2723

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.36%

R = 71.76%
G = 14.89%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC2723 (or 0xBC2723) is known color: Fire Brick. HEX triplet: BC, 27 and 23. RGB value is (188,39,35). Sum of RGB (Red+Green+Blue) = 188+39+35=262 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.76% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 35 (14.06% from 255 or 13.36% from 262); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2723 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2723 is #43D8DC. Grayscale: #535353. Windows color (decimal): -4446429 or 2303932. OLE color: 2303932.

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

Color convert

RGB 188 39 35 -
CMYK 0 0.79 0.81 0.26
HSL 1.57º 0.69% 0.44% -
HSV(B) 1.57º 0.81% 0.74% -
XYZ 21.77 12.26 2.81 -
YUV 83.1 100.86 202.83 -
System Red Green Blue C M Y K H S L
Decimal 188 39 35 0 0.79 0.81 0.26 1.57 0.69 0.44
Hex BC 27 23 0 4F 51 1A 2 45 2C
Octal 274 47 43 0 117 121 32 2 105 54
Binary 10111100 100111 100011 0 1001111 1010001 11010 10 1000101 101100

Color Harmonies of #BC2723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2723

Black with #BC2723

Text Example


Text Example

White with #BC2723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2723; }

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

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

background-color css

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

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

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

border-color css

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

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

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