Html Css Color HEX #AF2608 Fire Brick

📋 copy color: '#AF2608'

red 175 ◦ green 38 ◦ blue 8

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

Shades of Fire Brick #AF2608

Tints of Fire Brick #AF2608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.62%

R = 79.19%
G = 17.19%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF2608 (or 0xAF2608) is known color: Fire Brick. HEX triplet: AF, 26 and 08. RGB value is (175,38,8). Sum of RGB (Red+Green+Blue) = 175+38+8=221 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.19% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2608 is #50D9F7. Grayscale: #4B4B4B. Windows color (decimal): -5298680 or 534191. OLE color: 534191.

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

Color convert

RGB 175 38 8 -
CMYK 0 0.78 0.95 0.31
HSL 10.78º 0.91% 0.36% -
HSV(B) 10.78º 0.95% 0.69% -
XYZ 18.42 10.52 1.29 -
YUV 75.54 89.89 198.94 -
System Red Green Blue C M Y K H S L
Decimal 175 38 8 0 0.78 0.95 0.31 10.78 0.91 0.36
Hex AF 26 8 0 4E 5F 1F B 5B 24
Octal 257 46 10 0 116 137 37 13 133 44
Binary 10101111 100110 1000 0 1001110 1011111 11111 1011 1011011 100100

Color Harmonies of #AF2608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2608

Black with #AF2608

Text Example


Text Example

White with #AF2608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2608; }

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

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

background-color css

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

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

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

border-color css

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

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

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