Html Css Color HEX #BA2217 Fire Brick

📋 copy color: '#BA2217'

red 186 ◦ green 34 ◦ blue 23

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

Shades of Fire Brick #BA2217

Tints of Fire Brick #BA2217

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.99%

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

R = 76.54%
G = 13.99%
B = 9.47%

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

#BA2217 (or 0xBA2217) is known color: Fire Brick. HEX triplet: BA, 22 and 17. RGB value is (186,34,23). Sum of RGB (Red+Green+Blue) = 186+34+23=243 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.54% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2217 is #45DDE8. Grayscale: #4E4E4E. Windows color (decimal): -4578793 or 1516218. OLE color: 1516218.

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

Color convert

RGB 186 34 23 -
CMYK 0 0.82 0.88 0.27
HSL 4.05º 0.78% 0.41% -
HSV(B) 4.05º 0.88% 0.73% -
XYZ 20.98 11.65 1.95 -
YUV 78.19 96.86 204.89 -
System Red Green Blue C M Y K H S L
Decimal 186 34 23 0 0.82 0.88 0.27 4.05 0.78 0.41
Hex BA 22 17 0 52 58 1B 4 4E 29
Octal 272 42 27 0 122 130 33 4 116 51
Binary 10111010 100010 10111 0 1010010 1011000 11011 100 1001110 101001

Color Harmonies of #BA2217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2217

Black with #BA2217

Text Example


Text Example

White with #BA2217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2217; }

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

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

background-color css

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

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

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

border-color css

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

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

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