Html Css Color HEX #BA2612 Fire Brick

📋 copy color: '#BA2612'

red 186 ◦ green 38 ◦ blue 18

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

Shades of Fire Brick #BA2612

Tints of Fire Brick #BA2612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.7%

 BLUE value IS 18 (7.42% from 255) = 7.44%

R = 76.86%
G = 15.7%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA2612 (or 0xBA2612) is known color: Fire Brick. HEX triplet: BA, 26 and 12. RGB value is (186,38,18). Sum of RGB (Red+Green+Blue) = 186+38+18=242 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.86% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2612 is #45D9ED. Grayscale: #505050. Windows color (decimal): -4577774 or 1189562. OLE color: 1189562.

HSL color Cylindrical-coordinate representation of color #BA2612: hue angle of 7.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA2612 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 38 18 -
CMYK 0 0.80 0.90 0.27
HSL 7.14º 0.82% 0.4% -
HSV(B) 7.14º 0.9% 0.73% -
XYZ 21.05 11.87 1.75 -
YUV 79.97 93.03 203.63 -
System Red Green Blue C M Y K H S L
Decimal 186 38 18 0 0.80 0.90 0.27 7.14 0.82 0.4
Hex BA 26 12 0 50 5A 1B 7 52 28
Octal 272 46 22 0 120 132 33 7 122 50
Binary 10111010 100110 10010 0 1010000 1011010 11011 111 1010010 101000

Color Harmonies of #BA2612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2612

Black with #BA2612

Text Example


Text Example

White with #BA2612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2612; }

 p { color: rgb(186,38,18); }

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

background-color css

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

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

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

border-color css

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

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

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