Html Css Color HEX #AF1E1A Fire Brick

📋 copy color: '#AF1E1A'

red 175 ◦ green 30 ◦ blue 26

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

Shades of Fire Brick #AF1E1A

Tints of Fire Brick #AF1E1A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.99%

 BLUE value IS 26 (10.55% from 255) = 11.26%

R = 75.76%
G = 12.99%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF1E1A (or 0xAF1E1A) is known color: Fire Brick. HEX triplet: AF, 1E and 1A. RGB value is (175,30,26). Sum of RGB (Red+Green+Blue) = 175+30+26=231 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.76% from 231); Green value is 30 (12.11% from 255 or 12.99% from 231); Blue value is 26 (10.55% from 255 or 11.26% from 231); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1E1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1E1A is #50E1E5. Grayscale: #494949. Windows color (decimal): -5300710 or 1711791. OLE color: 1711791.

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

Color convert

RGB 175 30 26 -
CMYK 0 0.83 0.85 0.31
HSL 1.61º 0.74% 0.39% -
HSV(B) 1.61º 0.85% 0.69% -
XYZ 18.33 10.12 1.96 -
YUV 72.9 101.54 200.83 -
System Red Green Blue C M Y K H S L
Decimal 175 30 26 0 0.83 0.85 0.31 1.61 0.74 0.39
Hex AF 1E 1A 0 53 55 1F 2 4A 27
Octal 257 36 32 0 123 125 37 2 112 47
Binary 10101111 11110 11010 0 1010011 1010101 11111 10 1001010 100111

Color Harmonies of #AF1E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1E1A

Black with #AF1E1A

Text Example


Text Example

White with #AF1E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1E1A; }

 p { color: rgb(175,30,26); }

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

background-color css

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

 a { background-color: rgb(175,30,26); }

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

border-color css

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

 span { border-color: rgb(175,30,26); }

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