Html Css Color HEX #BA2823 Fire Brick

📋 copy color: '#BA2823'

red 186 ◦ green 40 ◦ blue 35

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

Shades of Fire Brick #BA2823

Tints of Fire Brick #BA2823

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.33%

 BLUE value IS 35 (14.06% from 255) = 13.41%

R = 71.26%
G = 15.33%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA2823 (or 0xBA2823) is known color: Fire Brick. HEX triplet: BA, 28 and 23. RGB value is (186,40,35). Sum of RGB (Red+Green+Blue) = 186+40+35=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2823 is #45D7DC. Grayscale: #535353. Windows color (decimal): -4577245 or 2304186. OLE color: 2304186.

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

Color convert

RGB 186 40 35 -
CMYK 0 0.78 0.81 0.27
HSL 1.99º 0.68% 0.43% -
HSV(B) 1.99º 0.81% 0.73% -
XYZ 21.31 12.08 2.8 -
YUV 83.08 100.87 201.41 -
System Red Green Blue C M Y K H S L
Decimal 186 40 35 0 0.78 0.81 0.27 1.99 0.68 0.43
Hex BA 28 23 0 4E 51 1B 2 44 2B
Octal 272 50 43 0 116 121 33 2 104 53
Binary 10111010 101000 100011 0 1001110 1010001 11011 10 1000100 101011

Color Harmonies of #BA2823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2823

Black with #BA2823

Text Example


Text Example

White with #BA2823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2823; }

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

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

background-color css

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

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

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

border-color css

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

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

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