Html Css Color HEX #AF2B1E Fire Brick

📋 copy color: '#AF2B1E'

red 175 ◦ green 43 ◦ blue 30

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

Shades of Fire Brick #AF2B1E

Tints of Fire Brick #AF2B1E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.34%

 BLUE value IS 30 (12.11% from 255) = 12.1%

R = 70.56%
G = 17.34%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF2B1E (or 0xAF2B1E) is known color: Fire Brick. HEX triplet: AF, 2B and 1E. RGB value is (175,43,30). Sum of RGB (Red+Green+Blue) = 175+43+30=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 43 (17.19% from 255 or 17.34% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2B1E is #50D4E1. Grayscale: #515151. Windows color (decimal): -5297378 or 1977263. OLE color: 1977263.

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

Color convert

RGB 175 43 30 -
CMYK 0 0.75 0.83 0.31
HSL 5.38º 0.71% 0.4% -
HSV(B) 5.38º 0.83% 0.69% -
XYZ 18.78 10.94 2.35 -
YUV 80.99 99.23 195.06 -
System Red Green Blue C M Y K H S L
Decimal 175 43 30 0 0.75 0.83 0.31 5.38 0.71 0.4
Hex AF 2B 1E 0 4B 53 1F 5 47 28
Octal 257 53 36 0 113 123 37 5 107 50
Binary 10101111 101011 11110 0 1001011 1010011 11111 101 1000111 101000

Color Harmonies of #AF2B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2B1E

Black with #AF2B1E

Text Example


Text Example

White with #AF2B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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