Html Css Color HEX #BA2317 Fire Brick

📋 copy color: '#BA2317'

red 186 ◦ green 35 ◦ blue 23

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

Shades of Fire Brick #BA2317

Tints of Fire Brick #BA2317

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.34%

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

R = 76.23%
G = 14.34%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA2317 (or 0xBA2317) is known color: Fire Brick. HEX triplet: BA, 23 and 17. RGB value is (186,35,23). Sum of RGB (Red+Green+Blue) = 186+35+23=244 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.23% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2317 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2317 is #45DCE8. Grayscale: #4E4E4E. Windows color (decimal): -4578537 or 1516474. OLE color: 1516474.

HSL color Cylindrical-coordinate representation of color #BA2317: hue angle of 4.42º 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 #BA2317 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 35 23 -
CMYK 0 0.81 0.88 0.27
HSL 4.42º 0.78% 0.41% -
HSV(B) 4.42º 0.88% 0.73% -
XYZ 21.01 11.7 1.96 -
YUV 78.78 96.53 204.48 -
System Red Green Blue C M Y K H S L
Decimal 186 35 23 0 0.81 0.88 0.27 4.42 0.78 0.41
Hex BA 23 17 0 51 58 1B 4 4E 29
Octal 272 43 27 0 121 130 33 4 116 51
Binary 10111010 100011 10111 0 1010001 1011000 11011 100 1001110 101001

Color Harmonies of #BA2317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2317

Black with #BA2317

Text Example


Text Example

White with #BA2317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2317; }

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

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

background-color css

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

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

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

border-color css

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

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

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