Html Css Color HEX #BA1C0D Fire Brick

📋 copy color: '#BA1C0D'

red 186 ◦ green 28 ◦ blue 13

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

Shades of Fire Brick #BA1C0D

Tints of Fire Brick #BA1C0D

RGB

 RED value IS 186 (73.05% from 255) = 81.94%

 GREEN value IS 28 (11.33% from 255) = 12.33%

 BLUE value IS 13 (5.47% from 255) = 5.73%

R = 81.94%
G = 12.33%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA1C0D (or 0xBA1C0D) is known color: Fire Brick. HEX triplet: BA, 1C and 0D. RGB value is (186,28,13). Sum of RGB (Red+Green+Blue) = 186+28+13=227 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.94% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1C0D is #45E3F2. Grayscale: #494949. Windows color (decimal): -4580339 or 859322. OLE color: 859322.

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

Color convert

RGB 186 28 13 -
CMYK 0 0.85 0.93 0.27
HSL 5.2º 0.87% 0.39% -
HSV(B) 5.2º 0.93% 0.73% -
XYZ 20.74 11.3 1.47 -
YUV 73.53 93.85 208.22 -
System Red Green Blue C M Y K H S L
Decimal 186 28 13 0 0.85 0.93 0.27 5.2 0.87 0.39
Hex BA 1C D 0 55 5D 1B 5 57 27
Octal 272 34 15 0 125 135 33 5 127 47
Binary 10111010 11100 1101 0 1010101 1011101 11011 101 1010111 100111

Color Harmonies of #BA1C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1C0D

Black with #BA1C0D

Text Example


Text Example

White with #BA1C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1C0D; }

 p { color: rgb(186,28,13); }

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

background-color css

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

 a { background-color: rgb(186,28,13); }

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

border-color css

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

 span { border-color: rgb(186,28,13); }

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