Html Css Color HEX #AF1B0B Fire Brick

📋 copy color: '#AF1B0B'

red 175 ◦ green 27 ◦ blue 11

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

Shades of Fire Brick #AF1B0B

Tints of Fire Brick #AF1B0B

RGB

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

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

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

R = 82.16%
G = 12.68%
B = 5.16%

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

#AF1B0B (or 0xAF1B0B) is known color: Fire Brick. HEX triplet: AF, 1B and 0B. RGB value is (175,27,11). Sum of RGB (Red+Green+Blue) = 175+27+11=213 (28% of max value = 765). Red value is 175 (68.75% from 255 or 82.16% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1B0B is #50E4F4. Grayscale: #454545. Windows color (decimal): -5301493 or 727983. OLE color: 727983.

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

Color convert

RGB 175 27 11 -
CMYK 0 0.85 0.94 0.31
HSL 5.85º 0.88% 0.36% -
HSV(B) 5.85º 0.94% 0.69% -
XYZ 18.13 9.92 1.28 -
YUV 69.43 95.03 203.3 -
System Red Green Blue C M Y K H S L
Decimal 175 27 11 0 0.85 0.94 0.31 5.85 0.88 0.36
Hex AF 1B B 0 55 5E 1F 6 58 24
Octal 257 33 13 0 125 136 37 6 130 44
Binary 10101111 11011 1011 0 1010101 1011110 11111 110 1011000 100100

Color Harmonies of #AF1B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1B0B

Black with #AF1B0B

Text Example


Text Example

White with #AF1B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1B0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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