Html Css Color HEX #AF2003 Fire Brick

📋 copy color: '#AF2003'

red 175 ◦ green 32 ◦ blue 3

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

Shades of Fire Brick #AF2003

Tints of Fire Brick #AF2003

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.24%

 BLUE value IS 3 (1.56% from 255) = 1.43%

R = 83.33%
G = 15.24%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF2003 (or 0xAF2003) is known color: Fire Brick. HEX triplet: AF, 20 and 03. RGB value is (175,32,3). Sum of RGB (Red+Green+Blue) = 175+32+3=210 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.33% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2003 is #50DFFC. Grayscale: #474747. Windows color (decimal): -5300221 or 204975. OLE color: 204975.

HSL color Cylindrical-coordinate representation of color #AF2003: hue angle of 10.12º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF2003 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 32 3 -
CMYK 0 0.82 0.98 0.31
HSL 10.12º 0.97% 0.35% -
HSV(B) 10.12º 0.98% 0.69% -
XYZ 18.21 10.15 1.09 -
YUV 71.45 89.38 201.86 -
System Red Green Blue C M Y K H S L
Decimal 175 32 3 0 0.82 0.98 0.31 10.12 0.97 0.35
Hex AF 20 3 0 52 62 1F A 61 23
Octal 257 40 3 0 122 142 37 12 141 43
Binary 10101111 100000 11 0 1010010 1100010 11111 1010 1100001 100011

Color Harmonies of #AF2003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2003

Black with #AF2003

Text Example


Text Example

White with #AF2003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2003; }

 p { color: rgb(175,32,3); }

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

background-color css

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

 a { background-color: rgb(175,32,3); }

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

border-color css

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

 span { border-color: rgb(175,32,3); }

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