Html Css Color HEX #A51608 Fire Brick

📋 copy color: '#A51608'

red 165 ◦ green 22 ◦ blue 8

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

Shades of Fire Brick #A51608

Tints of Fire Brick #A51608

RGB

 RED value IS 165 (64.84% from 255) = 84.62%

 GREEN value IS 22 (8.98% from 255) = 11.28%

 BLUE value IS 8 (3.52% from 255) = 4.1%

R = 84.62%
G = 11.28%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A51608 (or 0xA51608) is known color: Fire Brick. HEX triplet: A5, 16 and 08. RGB value is (165,22,8). Sum of RGB (Red+Green+Blue) = 165+22+8=195 (25% of max value = 765). Red value is 165 (64.84% from 255 or 84.62% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 165 - color contains mainly: red. Hex color #A51608 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51608 is #5AE9F7. Grayscale: #3F3F3F. Windows color (decimal): -5958136 or 530085. OLE color: 530085.

HSL color Cylindrical-coordinate representation of color #A51608: hue angle of 5.35º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A51608 is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 22 8 -
CMYK 0 0.87 0.95 0.35
HSL 5.35º 0.91% 0.34% -
HSV(B) 5.35º 0.95% 0.65% -
XYZ 15.85 8.59 1.05 -
YUV 63.16 96.88 200.64 -
System Red Green Blue C M Y K H S L
Decimal 165 22 8 0 0.87 0.95 0.35 5.35 0.91 0.34
Hex A5 16 8 0 57 5F 23 5 5B 22
Octal 245 26 10 0 127 137 43 5 133 42
Binary 10100101 10110 1000 0 1010111 1011111 100011 101 1011011 100010

Color Harmonies of #A51608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51608

Black with #A51608

Text Example


Text Example

White with #A51608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51608; }

 p { color: rgb(165,22,8); }

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

background-color css

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

 a { background-color: rgb(165,22,8); }

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

border-color css

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

 span { border-color: rgb(165,22,8); }

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