Html Css Color HEX #AF261B Fire Brick

📋 copy color: '#AF261B'

red 175 ◦ green 38 ◦ blue 27

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

Shades of Fire Brick #AF261B

Tints of Fire Brick #AF261B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.83%

 BLUE value IS 27 (10.94% from 255) = 11.25%

R = 72.92%
G = 15.83%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF261B (or 0xAF261B) is known color: Fire Brick. HEX triplet: AF, 26 and 1B. RGB value is (175,38,27). Sum of RGB (Red+Green+Blue) = 175+38+27=240 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.92% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 175 - color contains mainly: red. Hex color #AF261B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF261B is #50D9E4. Grayscale: #4D4D4D. Windows color (decimal): -5298661 or 1779375. OLE color: 1779375.

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

Color convert

RGB 175 38 27 -
CMYK 0 0.78 0.85 0.31
HSL 4.46º 0.73% 0.4% -
HSV(B) 4.46º 0.85% 0.69% -
XYZ 18.57 10.58 2.1 -
YUV 77.71 99.39 197.39 -
System Red Green Blue C M Y K H S L
Decimal 175 38 27 0 0.78 0.85 0.31 4.46 0.73 0.4
Hex AF 26 1B 0 4E 55 1F 4 49 28
Octal 257 46 33 0 116 125 37 4 111 50
Binary 10101111 100110 11011 0 1001110 1010101 11111 100 1001001 101000

Color Harmonies of #AF261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF261B

Black with #AF261B

Text Example


Text Example

White with #AF261B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF261B; }

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

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

background-color css

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

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

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

border-color css

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

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

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