Html Css Color HEX #AF1C0B Fire Brick

📋 copy color: '#AF1C0B'

red 175 ◦ green 28 ◦ blue 11

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

Shades of Fire Brick #AF1C0B

Tints of Fire Brick #AF1C0B

RGB

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

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

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

R = 81.78%
G = 13.08%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF1C0B (or 0xAF1C0B) is known color: Fire Brick. HEX triplet: AF, 1C and 0B. RGB value is (175,28,11). Sum of RGB (Red+Green+Blue) = 175+28+11=214 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.78% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1C0B is #50E3F4. Grayscale: #464646. Windows color (decimal): -5301237 or 728239. OLE color: 728239.

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

Color convert

RGB 175 28 11 -
CMYK 0 0.84 0.94 0.31
HSL 6.22º 0.88% 0.36% -
HSV(B) 6.22º 0.94% 0.69% -
XYZ 18.15 9.97 1.28 -
YUV 70.02 94.7 202.88 -
System Red Green Blue C M Y K H S L
Decimal 175 28 11 0 0.84 0.94 0.31 6.22 0.88 0.36
Hex AF 1C B 0 54 5E 1F 6 58 24
Octal 257 34 13 0 124 136 37 6 130 44
Binary 10101111 11100 1011 0 1010100 1011110 11111 110 1011000 100100

Color Harmonies of #AF1C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1C0B

Black with #AF1C0B

Text Example


Text Example

White with #AF1C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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