Html Css Color HEX #BA231D Fire Brick

📋 copy color: '#BA231D'

red 186 ◦ green 35 ◦ blue 29

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

Shades of Fire Brick #BA231D

Tints of Fire Brick #BA231D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.6%

R = 74.4%
G = 14%
B = 11.6%

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

#BA231D (or 0xBA231D) is known color: Fire Brick. HEX triplet: BA, 23 and 1D. RGB value is (186,35,29). Sum of RGB (Red+Green+Blue) = 186+35+29=250 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.4% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 186 - color contains mainly: red. Hex color #BA231D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA231D is #45DCE2. Grayscale: #4F4F4F. Windows color (decimal): -4578531 or 1909690. OLE color: 1909690.

HSL color Cylindrical-coordinate representation of color #BA231D: hue angle of 2.29º degrees, saturation: 0.73, 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 #BA231D is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 35 29 -
CMYK 0 0.81 0.84 0.27
HSL 2.29º 0.73% 0.42% -
HSV(B) 2.29º 0.84% 0.73% -
XYZ 21.07 11.73 2.32 -
YUV 79.47 99.53 203.99 -
System Red Green Blue C M Y K H S L
Decimal 186 35 29 0 0.81 0.84 0.27 2.29 0.73 0.42
Hex BA 23 1D 0 51 54 1B 2 49 2A
Octal 272 43 35 0 121 124 33 2 111 52
Binary 10111010 100011 11101 0 1010001 1010100 11011 10 1001001 101010

Color Harmonies of #BA231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA231D

Black with #BA231D

Text Example


Text Example

White with #BA231D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA231D; }

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

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

background-color css

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

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

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

border-color css

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

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

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