Html Css Color HEX #BC0D2A Fire Engine Red

📋 copy color: '#BC0D2A'

red 188 ◦ green 13 ◦ blue 42

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

Shades of Fire Engine Red #BC0D2A

Tints of Fire Engine Red #BC0D2A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.35%

 BLUE value IS 42 (16.8% from 255) = 17.28%

R = 77.37%
G = 5.35%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC0D2A (or 0xBC0D2A) is known color: Fire Engine Red. HEX triplet: BC, 0D and 2A. RGB value is (188,13,42). Sum of RGB (Red+Green+Blue) = 188+13+42=243 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.37% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0D2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0D2A is #43F2D5. Grayscale: #444444. Windows color (decimal): -4453078 or 2756028. OLE color: 2756028.

HSL color Cylindrical-coordinate representation of color #BC0D2A: hue angle of 350.06º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0D2A is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 13 42 -
CMYK 0 0.93 0.78 0.26
HSL 350.06º 0.87% 0.39% -
HSV(B) 350.06º 0.93% 0.74% -
XYZ 21.3 11.15 3.22 -
YUV 68.63 112.98 213.14 -
System Red Green Blue C M Y K H S L
Decimal 188 13 42 0 0.93 0.78 0.26 350.06 0.87 0.39
Hex BC D 2A 0 5D 4E 1A 15E 57 27
Octal 274 15 52 0 135 116 32 536 127 47
Binary 10111100 1101 101010 0 1011101 1001110 11010 101011110 1010111 100111

Color Harmonies of #BC0D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0D2A

Black with #BC0D2A

Text Example


Text Example

White with #BC0D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0D2A; }

 p { color: rgb(188,13,42); }

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

background-color css

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

 a { background-color: rgb(188,13,42); }

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

border-color css

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

 span { border-color: rgb(188,13,42); }

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