Html Css Color HEX #AF231C Fire Brick

📋 copy color: '#AF231C'

red 175 ◦ green 35 ◦ blue 28

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

Shades of Fire Brick #AF231C

Tints of Fire Brick #AF231C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.76%

R = 73.53%
G = 14.71%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF231C (or 0xAF231C) is known color: Fire Brick. HEX triplet: AF, 23 and 1C. RGB value is (175,35,28). Sum of RGB (Red+Green+Blue) = 175+35+28=238 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.53% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 175 - color contains mainly: red. Hex color #AF231C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF231C is #50DCE3. Grayscale: #4C4C4C. Windows color (decimal): -5299428 or 1844143. OLE color: 1844143.

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

Color convert

RGB 175 35 28 -
CMYK 0 0.8 0.84 0.31
HSL 2.86º 0.72% 0.4% -
HSV(B) 2.86º 0.84% 0.69% -
XYZ 18.49 10.4 2.13 -
YUV 76.06 100.88 198.57 -
System Red Green Blue C M Y K H S L
Decimal 175 35 28 0 0.8 0.84 0.31 2.86 0.72 0.4
Hex AF 23 1C 0 50 54 1F 3 48 28
Octal 257 43 34 0 120 124 37 3 110 50
Binary 10101111 100011 11100 0 1010000 1010100 11111 11 1001000 101000

Color Harmonies of #AF231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF231C

Black with #AF231C

Text Example


Text Example

White with #AF231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF231C; }

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

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

background-color css

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

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

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

border-color css

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

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

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