Html Css Color HEX #A5230B Fire Brick

📋 copy color: '#A5230B'

red 165 ◦ green 35 ◦ blue 11

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

Shades of Fire Brick #A5230B

Tints of Fire Brick #A5230B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.59%

 BLUE value IS 11 (4.69% from 255) = 5.21%

R = 78.2%
G = 16.59%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5230B (or 0xA5230B) is known color: Fire Brick. HEX triplet: A5, 23 and 0B. RGB value is (165,35,11). Sum of RGB (Red+Green+Blue) = 165+35+11=211 (27% of max value = 765). Red value is 165 (64.84% from 255 or 78.20% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 165 - color contains mainly: red. Hex color #A5230B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5230B is #5ADCF4. Grayscale: #474747. Windows color (decimal): -5954805 or 730021. OLE color: 730021.

HSL color Cylindrical-coordinate representation of color #A5230B: hue angle of 9.35º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5230B is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 35 11 -
CMYK 0 0.79 0.93 0.35
HSL 9.35º 0.88% 0.35% -
HSV(B) 9.35º 0.93% 0.65% -
XYZ 16.18 9.23 1.24 -
YUV 71.13 94.07 194.95 -
System Red Green Blue C M Y K H S L
Decimal 165 35 11 0 0.79 0.93 0.35 9.35 0.88 0.35
Hex A5 23 B 0 4F 5D 23 9 58 23
Octal 245 43 13 0 117 135 43 11 130 43
Binary 10100101 100011 1011 0 1001111 1011101 100011 1001 1011000 100011

Color Harmonies of #A5230B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5230B

Black with #A5230B

Text Example


Text Example

White with #A5230B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5230B; }

 p { color: rgb(165,35,11); }

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

background-color css

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

 a { background-color: rgb(165,35,11); }

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

border-color css

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

 span { border-color: rgb(165,35,11); }

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