Html Css Color HEX #BA2D27 Fire Brick

📋 copy color: '#BA2D27'

red 186 ◦ green 45 ◦ blue 39

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

Shades of Fire Brick #BA2D27

Tints of Fire Brick #BA2D27

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.67%

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

R = 68.89%
G = 16.67%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA2D27 (or 0xBA2D27) is known color: Fire Brick. HEX triplet: BA, 2D and 27. RGB value is (186,45,39). Sum of RGB (Red+Green+Blue) = 186+45+39=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 39 (15.62% from 255 or 14.44% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2D27 is #45D2D8. Grayscale: #565656. Windows color (decimal): -4575961 or 2567610. OLE color: 2567610.

HSL color Cylindrical-coordinate representation of color #BA2D27: hue angle of 2.45º 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 #BA2D27 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 45 39 -
CMYK 0 0.76 0.79 0.27
HSL 2.45º 0.65% 0.44% -
HSV(B) 2.45º 0.79% 0.73% -
XYZ 21.55 12.46 3.19 -
YUV 86.48 101.21 198.99 -
System Red Green Blue C M Y K H S L
Decimal 186 45 39 0 0.76 0.79 0.27 2.45 0.65 0.44
Hex BA 2D 27 0 4C 4F 1B 2 41 2C
Octal 272 55 47 0 114 117 33 2 101 54
Binary 10111010 101101 100111 0 1001100 1001111 11011 10 1000001 101100

Color Harmonies of #BA2D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2D27

Black with #BA2D27

Text Example


Text Example

White with #BA2D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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