Html Css Color HEX #BC0B2A Fire Engine Red

📋 copy color: '#BC0B2A'

red 188 ◦ green 11 ◦ blue 42

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

Shades of Fire Engine Red #BC0B2A

Tints of Fire Engine Red #BC0B2A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.56%

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

R = 78.01%
G = 4.56%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC0B2A (or 0xBC0B2A) is known color: Fire Engine Red. HEX triplet: BC, 0B and 2A. RGB value is (188,11,42). Sum of RGB (Red+Green+Blue) = 188+11+42=241 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.01% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0B2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0B2A is #43F4D5. Grayscale: #434343. Windows color (decimal): -4453590 or 2755516. OLE color: 2755516.

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

Color convert

RGB 188 11 42 -
CMYK 0 0.94 0.78 0.26
HSL 349.49º 0.89% 0.39% -
HSV(B) 349.49º 0.94% 0.74% -
XYZ 21.28 11.1 3.21 -
YUV 67.46 113.64 213.98 -
System Red Green Blue C M Y K H S L
Decimal 188 11 42 0 0.94 0.78 0.26 349.49 0.89 0.39
Hex BC B 2A 0 5E 4E 1A 15D 59 27
Octal 274 13 52 0 136 116 32 535 131 47
Binary 10111100 1011 101010 0 1011110 1001110 11010 101011101 1011001 100111

Color Harmonies of #BC0B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0B2A

Black with #BC0B2A

Text Example


Text Example

White with #BC0B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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