Html Css Color HEX #AF2A25 Fire Brick

📋 copy color: '#AF2A25'

red 175 ◦ green 42 ◦ blue 37

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

Shades of Fire Brick #AF2A25

Tints of Fire Brick #AF2A25

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.54%

 BLUE value IS 37 (14.84% from 255) = 14.57%

R = 68.9%
G = 16.54%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF2A25 (or 0xAF2A25) is known color: Fire Brick. HEX triplet: AF, 2A and 25. RGB value is (175,42,37). Sum of RGB (Red+Green+Blue) = 175+42+37=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 42 (16.80% from 255 or 16.54% from 254); Blue value is 37 (14.84% from 255 or 14.57% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2A25 is #50D5DA. Grayscale: #515151. Windows color (decimal): -5297627 or 2435759. OLE color: 2435759.

HSL color Cylindrical-coordinate representation of color #AF2A25: hue angle of 2.17º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2A25 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 42 37 -
CMYK 0 0.76 0.79 0.31
HSL 2.17º 0.65% 0.42% -
HSV(B) 2.17º 0.79% 0.69% -
XYZ 18.84 10.9 2.86 -
YUV 81.2 103.06 194.91 -
System Red Green Blue C M Y K H S L
Decimal 175 42 37 0 0.76 0.79 0.31 2.17 0.65 0.42
Hex AF 2A 25 0 4C 4F 1F 2 41 2A
Octal 257 52 45 0 114 117 37 2 101 52
Binary 10101111 101010 100101 0 1001100 1001111 11111 10 1000001 101010

Color Harmonies of #AF2A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2A25

Black with #AF2A25

Text Example


Text Example

White with #AF2A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2A25; }

 p { color: rgb(175,42,37); }

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

background-color css

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

 a { background-color: rgb(175,42,37); }

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

border-color css

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

 span { border-color: rgb(175,42,37); }

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