Html Css Color HEX #BA231B Fire Brick

📋 copy color: '#BA231B'

red 186 ◦ green 35 ◦ blue 27

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

Shades of Fire Brick #BA231B

Tints of Fire Brick #BA231B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.89%

R = 75%
G = 14.11%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA231B (or 0xBA231B) is known color: Fire Brick. HEX triplet: BA, 23 and 1B. RGB value is (186,35,27). Sum of RGB (Red+Green+Blue) = 186+35+27=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA231B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA231B is #45DCE4. Grayscale: #4F4F4F. Windows color (decimal): -4578533 or 1778618. OLE color: 1778618.

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

Color convert

RGB 186 35 27 -
CMYK 0 0.81 0.85 0.27
HSL 3.02º 0.75% 0.42% -
HSV(B) 3.02º 0.85% 0.73% -
XYZ 21.05 11.72 2.19 -
YUV 79.24 98.53 204.15 -
System Red Green Blue C M Y K H S L
Decimal 186 35 27 0 0.81 0.85 0.27 3.02 0.75 0.42
Hex BA 23 1B 0 51 55 1B 3 4B 2A
Octal 272 43 33 0 121 125 33 3 113 52
Binary 10111010 100011 11011 0 1010001 1010101 11011 11 1001011 101010

Color Harmonies of #BA231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA231B

Black with #BA231B

Text Example


Text Example

White with #BA231B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA231B; }

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

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

background-color css

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

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

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

border-color css

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

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

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