Html Css Color HEX #BA231E Fire Brick

📋 copy color: '#BA231E'

red 186 ◦ green 35 ◦ blue 30

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

Shades of Fire Brick #BA231E

Tints of Fire Brick #BA231E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.95%

R = 74.1%
G = 13.94%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA231E (or 0xBA231E) is known color: Fire Brick. HEX triplet: BA, 23 and 1E. RGB value is (186,35,30). Sum of RGB (Red+Green+Blue) = 186+35+30=251 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.10% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 186 - color contains mainly: red. Hex color #BA231E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA231E is #45DCE1. Grayscale: #4F4F4F. Windows color (decimal): -4578530 or 1975226. OLE color: 1975226.

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

Color convert

RGB 186 35 30 -
CMYK 0 0.81 0.84 0.27
HSL 1.92º 0.72% 0.42% -
HSV(B) 1.92º 0.84% 0.73% -
XYZ 21.09 11.73 2.38 -
YUV 79.58 100.03 203.91 -
System Red Green Blue C M Y K H S L
Decimal 186 35 30 0 0.81 0.84 0.27 1.92 0.72 0.42
Hex BA 23 1E 0 51 54 1B 2 48 2A
Octal 272 43 36 0 121 124 33 2 110 52
Binary 10111010 100011 11110 0 1010001 1010100 11011 10 1001000 101010

Color Harmonies of #BA231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA231E

Black with #BA231E

Text Example


Text Example

White with #BA231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA231E; }

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

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

background-color css

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

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

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

border-color css

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

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

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