Html Css Color HEX #AF1B0A Fire Brick

📋 copy color: '#AF1B0A'

red 175 ◦ green 27 ◦ blue 10

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

Shades of Fire Brick #AF1B0A

Tints of Fire Brick #AF1B0A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.74%

 BLUE value IS 10 (4.3% from 255) = 4.72%

R = 82.55%
G = 12.74%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF1B0A (or 0xAF1B0A) is known color: Fire Brick. HEX triplet: AF, 1B and 0A. RGB value is (175,27,10). Sum of RGB (Red+Green+Blue) = 175+27+10=212 (28% of max value = 765). Red value is 175 (68.75% from 255 or 82.55% from 212); Green value is 27 (10.94% from 255 or 12.74% from 212); Blue value is 10 (4.30% from 255 or 4.72% from 212); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1B0A is #50E4F5. Grayscale: #454545. Windows color (decimal): -5301494 or 662447. OLE color: 662447.

HSL color Cylindrical-coordinate representation of color #AF1B0A: hue angle of 6.18º degrees, saturation: 0.89, 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 #AF1B0A is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 27 10 -
CMYK 0 0.85 0.94 0.31
HSL 6.18º 0.89% 0.36% -
HSV(B) 6.18º 0.94% 0.69% -
XYZ 18.13 9.92 1.25 -
YUV 69.31 94.53 203.38 -
System Red Green Blue C M Y K H S L
Decimal 175 27 10 0 0.85 0.94 0.31 6.18 0.89 0.36
Hex AF 1B A 0 55 5E 1F 6 59 24
Octal 257 33 12 0 125 136 37 6 131 44
Binary 10101111 11011 1010 0 1010101 1011110 11111 110 1011001 100100

Color Harmonies of #AF1B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1B0A

Black with #AF1B0A

Text Example


Text Example

White with #AF1B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1B0A; }

 p { color: rgb(175,27,10); }

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

background-color css

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

 a { background-color: rgb(175,27,10); }

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

border-color css

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

 span { border-color: rgb(175,27,10); }

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