Html Css Color HEX #AF2308 Fire Brick

📋 copy color: '#AF2308'

red 175 ◦ green 35 ◦ blue 8

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

Shades of Fire Brick #AF2308

Tints of Fire Brick #AF2308

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.06%

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

R = 80.28%
G = 16.06%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF2308 (or 0xAF2308) is known color: Fire Brick. HEX triplet: AF, 23 and 08. RGB value is (175,35,8). Sum of RGB (Red+Green+Blue) = 175+35+8=218 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.28% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 8 (3.52% from 255 or 3.67% from 218); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2308 is #50DCF7. Grayscale: #4A4A4A. Windows color (decimal): -5299448 or 533423. OLE color: 533423.

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

Color convert

RGB 175 35 8 -
CMYK 0 0.8 0.95 0.31
HSL 9.7º 0.91% 0.36% -
HSV(B) 9.7º 0.95% 0.69% -
XYZ 18.32 10.33 1.26 -
YUV 73.78 90.88 200.2 -
System Red Green Blue C M Y K H S L
Decimal 175 35 8 0 0.8 0.95 0.31 9.7 0.91 0.36
Hex AF 23 8 0 50 5F 1F A 5B 24
Octal 257 43 10 0 120 137 37 12 133 44
Binary 10101111 100011 1000 0 1010000 1011111 11111 1010 1011011 100100

Color Harmonies of #AF2308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2308

Black with #AF2308

Text Example


Text Example

White with #AF2308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2308; }

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

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

background-color css

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

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

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

border-color css

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

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

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