Html Css Color HEX #BA2725 Fire Brick

📋 copy color: '#BA2725'

red 186 ◦ green 39 ◦ blue 37

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

Shades of Fire Brick #BA2725

Tints of Fire Brick #BA2725

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.89%

 BLUE value IS 37 (14.84% from 255) = 14.12%

R = 70.99%
G = 14.89%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA2725 (or 0xBA2725) is known color: Fire Brick. HEX triplet: BA, 27 and 25. RGB value is (186,39,37). Sum of RGB (Red+Green+Blue) = 186+39+37=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2725 is #45D8DA. Grayscale: #525252. Windows color (decimal): -4577499 or 2435002. OLE color: 2435002.

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

Color convert

RGB 186 39 37 -
CMYK 0 0.79 0.80 0.27
HSL 0.81º 0.67% 0.44% -
HSV(B) 0.81º 0.8% 0.73% -
XYZ 21.31 12.02 2.95 -
YUV 82.73 102.2 201.66 -
System Red Green Blue C M Y K H S L
Decimal 186 39 37 0 0.79 0.80 0.27 0.81 0.67 0.44
Hex BA 27 25 0 4F 50 1B 1 43 2C
Octal 272 47 45 0 117 120 33 1 103 54
Binary 10111010 100111 100101 0 1001111 1010000 11011 1 1000011 101100

Color Harmonies of #BA2725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2725

Black with #BA2725

Text Example


Text Example

White with #BA2725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2725; }

 p { color: rgb(186,39,37); }

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

background-color css

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

 a { background-color: rgb(186,39,37); }

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

border-color css

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

 span { border-color: rgb(186,39,37); }

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