Html Css Color HEX #BA2117 Fire Brick

📋 copy color: '#BA2117'

red 186 ◦ green 33 ◦ blue 23

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

Shades of Fire Brick #BA2117

Tints of Fire Brick #BA2117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.64%

 BLUE value IS 23 (9.38% from 255) = 9.5%

R = 76.86%
G = 13.64%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA2117 (or 0xBA2117) is known color: Fire Brick. HEX triplet: BA, 21 and 17. RGB value is (186,33,23). Sum of RGB (Red+Green+Blue) = 186+33+23=242 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.86% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2117 is #45DEE8. Grayscale: #4D4D4D. Windows color (decimal): -4579049 or 1515962. OLE color: 1515962.

HSL color Cylindrical-coordinate representation of color #BA2117: hue angle of 3.68º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA2117 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 33 23 -
CMYK 0 0.82 0.88 0.27
HSL 3.68º 0.78% 0.41% -
HSV(B) 3.68º 0.88% 0.73% -
XYZ 20.95 11.59 1.94 -
YUV 77.61 97.19 205.31 -
System Red Green Blue C M Y K H S L
Decimal 186 33 23 0 0.82 0.88 0.27 3.68 0.78 0.41
Hex BA 21 17 0 52 58 1B 4 4E 29
Octal 272 41 27 0 122 130 33 4 116 51
Binary 10111010 100001 10111 0 1010010 1011000 11011 100 1001110 101001

Color Harmonies of #BA2117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2117

Black with #BA2117

Text Example


Text Example

White with #BA2117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2117; }

 p { color: rgb(186,33,23); }

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

background-color css

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

 a { background-color: rgb(186,33,23); }

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

border-color css

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

 span { border-color: rgb(186,33,23); }

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