Html Css Color HEX #BA302A Fire Brick

📋 copy color: '#BA302A'

red 186 ◦ green 48 ◦ blue 42

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

Shades of Fire Brick #BA302A

Tints of Fire Brick #BA302A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.22%

R = 67.39%
G = 17.39%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA302A (or 0xBA302A) is known color: Fire Brick. HEX triplet: BA, 30 and 2A. RGB value is (186,48,42). Sum of RGB (Red+Green+Blue) = 186+48+42=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA302A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA302A is #45CFD5. Grayscale: #585858. Windows color (decimal): -4575190 or 2764986. OLE color: 2764986.

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

Color convert

RGB 186 48 42 -
CMYK 0 0.74 0.77 0.27
HSL 2.5º 0.63% 0.45% -
HSV(B) 2.5º 0.77% 0.73% -
XYZ 21.72 12.72 3.5 -
YUV 88.58 101.72 197.49 -
System Red Green Blue C M Y K H S L
Decimal 186 48 42 0 0.74 0.77 0.27 2.5 0.63 0.45
Hex BA 30 2A 0 4A 4D 1B 2 3F 2D
Octal 272 60 52 0 112 115 33 2 77 55
Binary 10111010 110000 101010 0 1001010 1001101 11011 10 111111 101101

Color Harmonies of #BA302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA302A

Black with #BA302A

Text Example


Text Example

White with #BA302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA302A; }

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

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

background-color css

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

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

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

border-color css

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

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

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