Html Css Color HEX #BA3223 Fire Brick

📋 copy color: '#BA3223'

red 186 ◦ green 50 ◦ blue 35

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

Shades of Fire Brick #BA3223

Tints of Fire Brick #BA3223

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.45%

 BLUE value IS 35 (14.06% from 255) = 12.92%

R = 68.63%
G = 18.45%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA3223 (or 0xBA3223) is known color: Fire Brick. HEX triplet: BA, 32 and 23. RGB value is (186,50,35). Sum of RGB (Red+Green+Blue) = 186+50+35=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 35 (14.06% from 255 or 12.92% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3223 is #45CDDC. Grayscale: #595959. Windows color (decimal): -4574685 or 2306746. OLE color: 2306746.

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

Color convert

RGB 186 50 35 -
CMYK 0 0.73 0.81 0.27
HSL 5.96º 0.68% 0.43% -
HSV(B) 5.96º 0.81% 0.73% -
XYZ 21.69 12.84 2.93 -
YUV 88.95 97.56 197.22 -
System Red Green Blue C M Y K H S L
Decimal 186 50 35 0 0.73 0.81 0.27 5.96 0.68 0.43
Hex BA 32 23 0 49 51 1B 6 44 2B
Octal 272 62 43 0 111 121 33 6 104 53
Binary 10111010 110010 100011 0 1001001 1010001 11011 110 1000100 101011

Color Harmonies of #BA3223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3223

Black with #BA3223

Text Example


Text Example

White with #BA3223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3223; }

 p { color: rgb(186,50,35); }

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

background-color css

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

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

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

border-color css

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

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

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