Html Css Color HEX #BC2024 Fire Engine Red

📋 copy color: '#BC2024'

red 188 ◦ green 32 ◦ blue 36

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

Shades of Fire Engine Red #BC2024

Tints of Fire Engine Red #BC2024

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.5%

 BLUE value IS 36 (14.45% from 255) = 14.06%

R = 73.44%
G = 12.5%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC2024 (or 0xBC2024) is known color: Fire Engine Red. HEX triplet: BC, 20 and 24. RGB value is (188,32,36). Sum of RGB (Red+Green+Blue) = 188+32+36=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2024 is #43DFDB. Grayscale: #4F4F4F. Windows color (decimal): -4448220 or 2367676. OLE color: 2367676.

HSL color Cylindrical-coordinate representation of color #BC2024: hue angle of 358.46º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC2024 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 32 36 -
CMYK 0 0.83 0.81 0.26
HSL 358.46º 0.71% 0.43% -
HSV(B) 358.46º 0.83% 0.74% -
XYZ 21.57 11.85 2.82 -
YUV 79.1 103.68 205.67 -
System Red Green Blue C M Y K H S L
Decimal 188 32 36 0 0.83 0.81 0.26 358.46 0.71 0.43
Hex BC 20 24 0 53 51 1A 166 47 2B
Octal 274 40 44 0 123 121 32 546 107 53
Binary 10111100 100000 100100 0 1010011 1010001 11010 101100110 1000111 101011

Color Harmonies of #BC2024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2024

Black with #BC2024

Text Example


Text Example

White with #BC2024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2024; }

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

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

background-color css

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

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

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

border-color css

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

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

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