Html Css Color HEX #BA210C Fire Brick

📋 copy color: '#BA210C'

red 186 ◦ green 33 ◦ blue 12

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

Shades of Fire Brick #BA210C

Tints of Fire Brick #BA210C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.29%

 BLUE value IS 12 (5.08% from 255) = 5.19%

R = 80.52%
G = 14.29%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA210C (or 0xBA210C) is known color: Fire Brick. HEX triplet: BA, 21 and 0C. RGB value is (186,33,12). Sum of RGB (Red+Green+Blue) = 186+33+12=231 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.52% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 186 - color contains mainly: red. Hex color #BA210C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA210C is #45DEF3. Grayscale: #4C4C4C. Windows color (decimal): -4579060 or 795066. OLE color: 795066.

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

Color convert

RGB 186 33 12 -
CMYK 0 0.82 0.94 0.27
HSL 7.24º 0.88% 0.39% -
HSV(B) 7.24º 0.94% 0.73% -
XYZ 20.86 11.55 1.48 -
YUV 76.35 91.69 206.21 -
System Red Green Blue C M Y K H S L
Decimal 186 33 12 0 0.82 0.94 0.27 7.24 0.88 0.39
Hex BA 21 C 0 52 5E 1B 7 58 27
Octal 272 41 14 0 122 136 33 7 130 47
Binary 10111010 100001 1100 0 1010010 1011110 11011 111 1011000 100111

Color Harmonies of #BA210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA210C

Black with #BA210C

Text Example


Text Example

White with #BA210C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA210C; }

 p { color: rgb(186,33,12); }

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

background-color css

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

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

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

border-color css

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

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

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