Html Css Color HEX #BC2423 Fire Brick

📋 copy color: '#BC2423'

red 188 ◦ green 36 ◦ blue 35

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

Shades of Fire Brick #BC2423

Tints of Fire Brick #BC2423

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.9%

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

R = 72.59%
G = 13.9%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC2423 (or 0xBC2423) is known color: Fire Brick. HEX triplet: BC, 24 and 23. RGB value is (188,36,35). Sum of RGB (Red+Green+Blue) = 188+36+35=259 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.59% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 35 (14.06% from 255 or 13.51% from 259); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2423 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2423 is #43DBDC. Grayscale: #515151. Windows color (decimal): -4447197 or 2303164. OLE color: 2303164.

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

Color convert

RGB 188 36 35 -
CMYK 0 0.81 0.81 0.26
HSL 0.39º 0.69% 0.44% -
HSV(B) 0.39º 0.81% 0.74% -
XYZ 21.67 12.07 2.78 -
YUV 81.33 101.86 204.08 -
System Red Green Blue C M Y K H S L
Decimal 188 36 35 0 0.81 0.81 0.26 0.39 0.69 0.44
Hex BC 24 23 0 51 51 1A 0 45 2C
Octal 274 44 43 0 121 121 32 0 105 54
Binary 10111100 100100 100011 0 1010001 1010001 11010 0 1000101 101100

Color Harmonies of #BC2423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2423

Black with #BC2423

Text Example


Text Example

White with #BC2423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2423; }

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

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

background-color css

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

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

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

border-color css

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

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

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