Html Css Color HEX #A91C0F Fire Brick

📋 copy color: '#A91C0F'

red 169 ◦ green 28 ◦ blue 15

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

Shades of Fire Brick #A91C0F

Tints of Fire Brick #A91C0F

RGB

 RED value IS 169 (66.41% from 255) = 79.72%

 GREEN value IS 28 (11.33% from 255) = 13.21%

 BLUE value IS 15 (6.25% from 255) = 7.08%

R = 79.72%
G = 13.21%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A91C0F (or 0xA91C0F) is known color: Fire Brick. HEX triplet: A9, 1C and 0F. RGB value is (169,28,15). Sum of RGB (Red+Green+Blue) = 169+28+15=212 (28% of max value = 765). Red value is 169 (66.41% from 255 or 79.72% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 169 - color contains mainly: red. Hex color #A91C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A91C0F is #56E3F0. Grayscale: #444444. Windows color (decimal): -5694449 or 990377. OLE color: 990377.

HSL color Cylindrical-coordinate representation of color #A91C0F: hue angle of 5.06º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A91C0F is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 28 15 -
CMYK 0 0.83 0.91 0.34
HSL 5.06º 0.84% 0.36% -
HSV(B) 5.06º 0.91% 0.66% -
XYZ 16.86 9.3 1.36 -
YUV 68.68 97.71 199.56 -
System Red Green Blue C M Y K H S L
Decimal 169 28 15 0 0.83 0.91 0.34 5.06 0.84 0.36
Hex A9 1C F 0 53 5B 22 5 54 24
Octal 251 34 17 0 123 133 42 5 124 44
Binary 10101001 11100 1111 0 1010011 1011011 100010 101 1010100 100100

Color Harmonies of #A91C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91C0F

Black with #A91C0F

Text Example


Text Example

White with #A91C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91C0F; }

 p { color: rgb(169,28,15); }

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

background-color css

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

 a { background-color: rgb(169,28,15); }

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

border-color css

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

 span { border-color: rgb(169,28,15); }

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