Html Css Color HEX #BA200D Fire Brick

📋 copy color: '#BA200D'

red 186 ◦ green 32 ◦ blue 13

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

Shades of Fire Brick #BA200D

Tints of Fire Brick #BA200D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.85%

 BLUE value IS 13 (5.47% from 255) = 5.63%

R = 80.52%
G = 13.85%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA200D (or 0xBA200D) is known color: Fire Brick. HEX triplet: BA, 20 and 0D. RGB value is (186,32,13). Sum of RGB (Red+Green+Blue) = 186+32+13=231 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.52% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 186 - color contains mainly: red. Hex color #BA200D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA200D is #45DFF2. Grayscale: #4C4C4C. Windows color (decimal): -4579315 or 860346. OLE color: 860346.

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

Color convert

RGB 186 32 13 -
CMYK 0 0.83 0.93 0.27
HSL 6.59º 0.87% 0.39% -
HSV(B) 6.59º 0.93% 0.73% -
XYZ 20.84 11.5 1.5 -
YUV 75.88 92.52 206.54 -
System Red Green Blue C M Y K H S L
Decimal 186 32 13 0 0.83 0.93 0.27 6.59 0.87 0.39
Hex BA 20 D 0 53 5D 1B 7 57 27
Octal 272 40 15 0 123 135 33 7 127 47
Binary 10111010 100000 1101 0 1010011 1011101 11011 111 1010111 100111

Color Harmonies of #BA200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA200D

Black with #BA200D

Text Example


Text Example

White with #BA200D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA200D; }

 p { color: rgb(186,32,13); }

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

background-color css

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

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

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

border-color css

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

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

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