Html Css Color HEX #BC1422 Fire Engine Red

📋 copy color: '#BC1422'

red 188 ◦ green 20 ◦ blue 34

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

Shades of Fire Engine Red #BC1422

Tints of Fire Engine Red #BC1422

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.26%

 BLUE value IS 34 (13.67% from 255) = 14.05%

R = 77.69%
G = 8.26%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC1422 (or 0xBC1422) is known color: Fire Engine Red. HEX triplet: BC, 14 and 22. RGB value is (188,20,34). Sum of RGB (Red+Green+Blue) = 188+20+34=242 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.69% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1422 is #43EBDD. Grayscale: #474747. Windows color (decimal): -4451294 or 2233532. OLE color: 2233532.

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

Color convert

RGB 188 20 34 -
CMYK 0 0.89 0.82 0.26
HSL 355º 0.81% 0.41% -
HSV(B) 355º 0.89% 0.74% -
XYZ 21.28 11.31 2.57 -
YUV 71.83 106.66 210.86 -
System Red Green Blue C M Y K H S L
Decimal 188 20 34 0 0.89 0.82 0.26 355 0.81 0.41
Hex BC 14 22 0 59 52 1A 163 51 29
Octal 274 24 42 0 131 122 32 543 121 51
Binary 10111100 10100 100010 0 1011001 1010010 11010 101100011 1010001 101001

Color Harmonies of #BC1422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1422

Black with #BC1422

Text Example


Text Example

White with #BC1422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1422; }

 p { color: rgb(188,20,34); }

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

background-color css

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

 a { background-color: rgb(188,20,34); }

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

border-color css

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

 span { border-color: rgb(188,20,34); }

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