Html Css Color HEX #BA2B27 Fire Brick

📋 copy color: '#BA2B27'

red 186 ◦ green 43 ◦ blue 39

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

Shades of Fire Brick #BA2B27

Tints of Fire Brick #BA2B27

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.04%

 BLUE value IS 39 (15.63% from 255) = 14.55%

R = 69.4%
G = 16.04%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA2B27 (or 0xBA2B27) is known color: Fire Brick. HEX triplet: BA, 2B and 27. RGB value is (186,43,39). Sum of RGB (Red+Green+Blue) = 186+43+39=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 43 (17.19% from 255 or 16.04% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2B27 is #45D4D8. Grayscale: #555555. Windows color (decimal): -4576473 or 2567098. OLE color: 2567098.

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

Color convert

RGB 186 43 39 -
CMYK 0 0.77 0.79 0.27
HSL 1.63º 0.65% 0.44% -
HSV(B) 1.63º 0.79% 0.73% -
XYZ 21.48 12.31 3.16 -
YUV 85.3 101.88 199.83 -
System Red Green Blue C M Y K H S L
Decimal 186 43 39 0 0.77 0.79 0.27 1.63 0.65 0.44
Hex BA 2B 27 0 4D 4F 1B 2 41 2C
Octal 272 53 47 0 115 117 33 2 101 54
Binary 10111010 101011 100111 0 1001101 1001111 11011 10 1000001 101100

Color Harmonies of #BA2B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2B27

Black with #BA2B27

Text Example


Text Example

White with #BA2B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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