Html Css Color HEX #BA3029 Fire Brick

📋 copy color: '#BA3029'

red 186 ◦ green 48 ◦ blue 41

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

Shades of Fire Brick #BA3029

Tints of Fire Brick #BA3029

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.45%

 BLUE value IS 41 (16.41% from 255) = 14.91%

R = 67.64%
G = 17.45%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA3029 (or 0xBA3029) is known color: Fire Brick. HEX triplet: BA, 30 and 29. RGB value is (186,48,41). Sum of RGB (Red+Green+Blue) = 186+48+41=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3029 is #45CFD6. Grayscale: #585858. Windows color (decimal): -4575191 or 2699450. OLE color: 2699450.

HSL color Cylindrical-coordinate representation of color #BA3029: hue angle of 2.9º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA3029 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 48 41 -
CMYK 0 0.74 0.78 0.27
HSL 2.9º 0.64% 0.45% -
HSV(B) 2.9º 0.78% 0.73% -
XYZ 21.71 12.71 3.41 -
YUV 88.46 101.22 197.57 -
System Red Green Blue C M Y K H S L
Decimal 186 48 41 0 0.74 0.78 0.27 2.9 0.64 0.45
Hex BA 30 29 0 4A 4E 1B 3 40 2D
Octal 272 60 51 0 112 116 33 3 100 55
Binary 10111010 110000 101001 0 1001010 1001110 11011 11 1000000 101101

Color Harmonies of #BA3029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3029

Black with #BA3029

Text Example


Text Example

White with #BA3029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3029; }

 p { color: rgb(186,48,41); }

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

background-color css

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

 a { background-color: rgb(186,48,41); }

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

border-color css

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

 span { border-color: rgb(186,48,41); }

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