Html Css Color HEX #BA2F24 Fire Brick

📋 copy color: '#BA2F24'

red 186 ◦ green 47 ◦ blue 36

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

Shades of Fire Brick #BA2F24

Tints of Fire Brick #BA2F24

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.47%

 BLUE value IS 36 (14.45% from 255) = 13.38%

R = 69.14%
G = 17.47%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA2F24 (or 0xBA2F24) is known color: Fire Brick. HEX triplet: BA, 2F and 24. RGB value is (186,47,36). Sum of RGB (Red+Green+Blue) = 186+47+36=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2F24 is #45D0DB. Grayscale: #575757. Windows color (decimal): -4575452 or 2371514. OLE color: 2371514.

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

Color convert

RGB 186 47 36 -
CMYK 0 0.75 0.81 0.27
HSL 4.4º 0.68% 0.44% -
HSV(B) 4.4º 0.81% 0.73% -
XYZ 21.58 12.6 2.96 -
YUV 87.31 99.05 198.39 -
System Red Green Blue C M Y K H S L
Decimal 186 47 36 0 0.75 0.81 0.27 4.4 0.68 0.44
Hex BA 2F 24 0 4B 51 1B 4 44 2C
Octal 272 57 44 0 113 121 33 4 104 54
Binary 10111010 101111 100100 0 1001011 1010001 11011 100 1000100 101100

Color Harmonies of #BA2F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2F24

Black with #BA2F24

Text Example


Text Example

White with #BA2F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2F24; }

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

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

background-color css

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

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

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

border-color css

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

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

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