Html Css Color HEX #AF230E Fire Brick

📋 copy color: '#AF230E'

red 175 ◦ green 35 ◦ blue 14

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

Shades of Fire Brick #AF230E

Tints of Fire Brick #AF230E

RGB

 RED value IS 175 (68.75% from 255) = 78.13%

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

 BLUE value IS 14 (5.86% from 255) = 6.25%

R = 78.13%
G = 15.63%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AF230E (or 0xAF230E) is known color: Fire Brick. HEX triplet: AF, 23 and 0E. RGB value is (175,35,14). Sum of RGB (Red+Green+Blue) = 175+35+14=224 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.12% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 175 - color contains mainly: red. Hex color #AF230E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF230E is #50DCF1. Grayscale: #4A4A4A. Windows color (decimal): -5299442 or 926639. OLE color: 926639.

HSL color Cylindrical-coordinate representation of color #AF230E: hue angle of 7.83º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF230E is Cyan = 0, Magento = 0.8, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 35 14 -
CMYK 0 0.8 0.92 0.31
HSL 7.83º 0.85% 0.37% -
HSV(B) 7.83º 0.92% 0.69% -
XYZ 18.36 10.35 1.45 -
YUV 74.47 93.88 199.71 -
System Red Green Blue C M Y K H S L
Decimal 175 35 14 0 0.8 0.92 0.31 7.83 0.85 0.37
Hex AF 23 E 0 50 5C 1F 8 55 25
Octal 257 43 16 0 120 134 37 10 125 45
Binary 10101111 100011 1110 0 1010000 1011100 11111 1000 1010101 100101

Color Harmonies of #AF230E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF230E

Black with #AF230E

Text Example


Text Example

White with #AF230E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF230E; }

 p { color: rgb(175,35,14); }

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

background-color css

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

 a { background-color: rgb(175,35,14); }

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

border-color css

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

 span { border-color: rgb(175,35,14); }

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