Html Css Color HEX #AF2A26 Fire Brick

📋 copy color: '#AF2A26'

red 175 ◦ green 42 ◦ blue 38

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

Shades of Fire Brick #AF2A26

Tints of Fire Brick #AF2A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.9%

R = 68.63%
G = 16.47%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF2A26 (or 0xAF2A26) is known color: Fire Brick. HEX triplet: AF, 2A and 26. RGB value is (175,42,38). Sum of RGB (Red+Green+Blue) = 175+42+38=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 42 (16.80% from 255 or 16.47% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2A26 is #50D5D9. Grayscale: #515151. Windows color (decimal): -5297626 or 2501295. OLE color: 2501295.

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

Color convert

RGB 175 42 38 -
CMYK 0 0.76 0.78 0.31
HSL 1.75º 0.64% 0.42% -
HSV(B) 1.75º 0.78% 0.69% -
XYZ 18.86 10.91 2.95 -
YUV 81.31 103.56 194.83 -
System Red Green Blue C M Y K H S L
Decimal 175 42 38 0 0.76 0.78 0.31 1.75 0.64 0.42
Hex AF 2A 26 0 4C 4E 1F 2 40 2A
Octal 257 52 46 0 114 116 37 2 100 52
Binary 10101111 101010 100110 0 1001100 1001110 11111 10 1000000 101010

Color Harmonies of #AF2A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2A26

Black with #AF2A26

Text Example


Text Example

White with #AF2A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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