Html Css Color HEX #BA2D22 Fire Brick

📋 copy color: '#BA2D22'

red 186 ◦ green 45 ◦ blue 34

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

Shades of Fire Brick #BA2D22

Tints of Fire Brick #BA2D22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.83%

R = 70.19%
G = 16.98%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA2D22 (or 0xBA2D22) is known color: Fire Brick. HEX triplet: BA, 2D and 22. RGB value is (186,45,34). Sum of RGB (Red+Green+Blue) = 186+45+34=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 45 (17.97% from 255 or 16.98% from 265); Blue value is 34 (13.67% from 255 or 12.83% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2D22 is #45D2DD. Grayscale: #565656. Windows color (decimal): -4575966 or 2239930. OLE color: 2239930.

HSL color Cylindrical-coordinate representation of color #BA2D22: hue angle of 4.34º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2D22 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 45 34 -
CMYK 0 0.76 0.82 0.27
HSL 4.34º 0.69% 0.43% -
HSV(B) 4.34º 0.82% 0.73% -
XYZ 21.48 12.43 2.78 -
YUV 85.91 98.71 199.39 -
System Red Green Blue C M Y K H S L
Decimal 186 45 34 0 0.76 0.82 0.27 4.34 0.69 0.43
Hex BA 2D 22 0 4C 52 1B 4 45 2B
Octal 272 55 42 0 114 122 33 4 105 53
Binary 10111010 101101 100010 0 1001100 1010010 11011 100 1000101 101011

Color Harmonies of #BA2D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2D22

Black with #BA2D22

Text Example


Text Example

White with #BA2D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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