Html Css Color HEX #BA2423 Fire Brick

📋 copy color: '#BA2423'

red 186 ◦ green 36 ◦ blue 35

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

Shades of Fire Brick #BA2423

Tints of Fire Brick #BA2423

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.01%

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

R = 72.37%
G = 14.01%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA2423 (or 0xBA2423) is known color: Fire Brick. HEX triplet: BA, 24 and 23. RGB value is (186,36,35). Sum of RGB (Red+Green+Blue) = 186+36+35=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 35 (14.06% from 255 or 13.62% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2423 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2423 is #45DBDC. Grayscale: #505050. Windows color (decimal): -4578269 or 2303162. OLE color: 2303162.

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

Color convert

RGB 186 36 35 -
CMYK 0 0.81 0.81 0.27
HSL 0.4º 0.68% 0.43% -
HSV(B) 0.4º 0.81% 0.73% -
XYZ 21.18 11.82 2.76 -
YUV 80.74 102.2 203.08 -
System Red Green Blue C M Y K H S L
Decimal 186 36 35 0 0.81 0.81 0.27 0.4 0.68 0.43
Hex BA 24 23 0 51 51 1B 0 44 2B
Octal 272 44 43 0 121 121 33 0 104 53
Binary 10111010 100100 100011 0 1010001 1010001 11011 0 1000100 101011

Color Harmonies of #BA2423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2423

Black with #BA2423

Text Example


Text Example

White with #BA2423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2423; }

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

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

background-color css

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

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

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

border-color css

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

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

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