Html Css Color HEX #BA2F1E Fire Brick

📋 copy color: '#BA2F1E'

red 186 ◦ green 47 ◦ blue 30

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

Shades of Fire Brick #BA2F1E

Tints of Fire Brick #BA2F1E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.87%

 BLUE value IS 30 (12.11% from 255) = 11.41%

R = 70.72%
G = 17.87%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA2F1E (or 0xBA2F1E) is known color: Fire Brick. HEX triplet: BA, 2F and 1E. RGB value is (186,47,30). Sum of RGB (Red+Green+Blue) = 186+47+30=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 47 (18.75% from 255 or 17.87% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2F1E is #45D0E1. Grayscale: #565656. Windows color (decimal): -4575458 or 1978298. OLE color: 1978298.

HSL color Cylindrical-coordinate representation of color #BA2F1E: hue angle of 6.54º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA2F1E is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 47 30 -
CMYK 0 0.75 0.84 0.27
HSL 6.54º 0.72% 0.42% -
HSV(B) 6.54º 0.84% 0.73% -
XYZ 21.5 12.57 2.52 -
YUV 86.62 96.05 198.88 -
System Red Green Blue C M Y K H S L
Decimal 186 47 30 0 0.75 0.84 0.27 6.54 0.72 0.42
Hex BA 2F 1E 0 4B 54 1B 7 48 2A
Octal 272 57 36 0 113 124 33 7 110 52
Binary 10111010 101111 11110 0 1001011 1010100 11011 111 1001000 101010

Color Harmonies of #BA2F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2F1E

Black with #BA2F1E

Text Example


Text Example

White with #BA2F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2F1E; }

 p { color: rgb(186,47,30); }

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

background-color css

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

 a { background-color: rgb(186,47,30); }

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

border-color css

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

 span { border-color: rgb(186,47,30); }

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