Html Css Color HEX #BA2B2B Fire Brick

📋 copy color: '#BA2B2B'

red 186 ◦ green 43 ◦ blue 43

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

Shades of Fire Brick #BA2B2B

Tints of Fire Brick #BA2B2B

RGB

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

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

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

R = 68.38%
G = 15.81%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA2B2B (or 0xBA2B2B) is known color: Fire Brick. HEX triplet: BA, 2B and 2B. RGB value is (186,43,43). Sum of RGB (Red+Green+Blue) = 186+43+43=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2B2B is #45D4D4. Grayscale: #555555. Windows color (decimal): -4576469 or 2829242. OLE color: 2829242.

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

Color convert

RGB 186 43 43 -
CMYK 0 0.77 0.77 0.27
HSL 0.62% 0.45% -
HSV(B) 0.77% 0.73% -
XYZ 21.55 12.34 3.53 -
YUV 85.76 103.88 199.5 -
System Red Green Blue C M Y K H S L
Decimal 186 43 43 0 0.77 0.77 0.27 0 0.62 0.45
Hex BA 2B 2B 0 4D 4D 1B 0 3E 2D
Octal 272 53 53 0 115 115 33 0 76 55
Binary 10111010 101011 101011 0 1001101 1001101 11011 0 111110 101101

Color Harmonies of #BA2B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2B2B

Black with #BA2B2B

Text Example


Text Example

White with #BA2B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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