Html Css Color HEX #BA2717 Fire Brick

📋 copy color: '#BA2717'

red 186 ◦ green 39 ◦ blue 23

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

Shades of Fire Brick #BA2717

Tints of Fire Brick #BA2717

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.73%

 BLUE value IS 23 (9.38% from 255) = 9.27%

R = 75%
G = 15.73%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA2717 (or 0xBA2717) is known color: Fire Brick. HEX triplet: BA, 27 and 17. RGB value is (186,39,23). Sum of RGB (Red+Green+Blue) = 186+39+23=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 23 (9.38% from 255 or 9.27% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2717 is #45D8E8. Grayscale: #515151. Windows color (decimal): -4577513 or 1517498. OLE color: 1517498.

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

Color convert

RGB 186 39 23 -
CMYK 0 0.79 0.88 0.27
HSL 5.89º 0.78% 0.41% -
HSV(B) 5.89º 0.88% 0.73% -
XYZ 21.13 11.95 2 -
YUV 81.13 95.2 202.8 -
System Red Green Blue C M Y K H S L
Decimal 186 39 23 0 0.79 0.88 0.27 5.89 0.78 0.41
Hex BA 27 17 0 4F 58 1B 6 4E 29
Octal 272 47 27 0 117 130 33 6 116 51
Binary 10111010 100111 10111 0 1001111 1011000 11011 110 1001110 101001

Color Harmonies of #BA2717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2717

Black with #BA2717

Text Example


Text Example

White with #BA2717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2717; }

 p { color: rgb(186,39,23); }

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

background-color css

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

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

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

border-color css

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

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

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