Html Css Color HEX #BA230F Fire Brick

📋 copy color: '#BA230F'

red 186 ◦ green 35 ◦ blue 15

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

Shades of Fire Brick #BA230F

Tints of Fire Brick #BA230F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.83%

 BLUE value IS 15 (6.25% from 255) = 6.36%

R = 78.81%
G = 14.83%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA230F (or 0xBA230F) is known color: Fire Brick. HEX triplet: BA, 23 and 0F. RGB value is (186,35,15). Sum of RGB (Red+Green+Blue) = 186+35+15=236 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.81% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 186 - color contains mainly: red. Hex color #BA230F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA230F is #45DCF0. Grayscale: #4E4E4E. Windows color (decimal): -4578545 or 992186. OLE color: 992186.

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

Color convert

RGB 186 35 15 -
CMYK 0 0.81 0.92 0.27
HSL 7.02º 0.85% 0.39% -
HSV(B) 7.02º 0.92% 0.73% -
XYZ 20.94 11.68 1.6 -
YUV 77.87 92.53 205.13 -
System Red Green Blue C M Y K H S L
Decimal 186 35 15 0 0.81 0.92 0.27 7.02 0.85 0.39
Hex BA 23 F 0 51 5C 1B 7 55 27
Octal 272 43 17 0 121 134 33 7 125 47
Binary 10111010 100011 1111 0 1010001 1011100 11011 111 1010101 100111

Color Harmonies of #BA230F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA230F

Black with #BA230F

Text Example


Text Example

White with #BA230F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA230F; }

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

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

background-color css

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

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

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

border-color css

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

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

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