Html Css Color HEX #BA302B Fire Brick

📋 copy color: '#BA302B'

red 186 ◦ green 48 ◦ blue 43

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

Shades of Fire Brick #BA302B

Tints of Fire Brick #BA302B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.52%

R = 67.15%
G = 17.33%
B = 15.52%

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

#BA302B (or 0xBA302B) is known color: Fire Brick. HEX triplet: BA, 30 and 2B. RGB value is (186,48,43). Sum of RGB (Red+Green+Blue) = 186+48+43=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA302B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA302B is #45CFD4. Grayscale: #585858. Windows color (decimal): -4575189 or 2830522. OLE color: 2830522.

HSL color Cylindrical-coordinate representation of color #BA302B: hue angle of 2.1º degrees, saturation: 0.62, 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 #BA302B is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 48 43 -
CMYK 0 0.74 0.77 0.27
HSL 2.1º 0.62% 0.45% -
HSV(B) 2.1º 0.77% 0.73% -
XYZ 21.74 12.73 3.6 -
YUV 88.69 102.22 197.41 -
System Red Green Blue C M Y K H S L
Decimal 186 48 43 0 0.74 0.77 0.27 2.1 0.62 0.45
Hex BA 30 2B 0 4A 4D 1B 2 3E 2D
Octal 272 60 53 0 112 115 33 2 76 55
Binary 10111010 110000 101011 0 1001010 1001101 11011 10 111110 101101

Color Harmonies of #BA302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA302B

Black with #BA302B

Text Example


Text Example

White with #BA302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA302B; }

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

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

background-color css

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

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

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

border-color css

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

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

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