Html Css Color HEX #AF2927 Fire Brick

📋 copy color: '#AF2927'

red 175 ◦ green 41 ◦ blue 39

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

Shades of Fire Brick #AF2927

Tints of Fire Brick #AF2927

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.08%

 BLUE value IS 39 (15.63% from 255) = 15.29%

R = 68.63%
G = 16.08%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF2927 (or 0xAF2927) is known color: Fire Brick. HEX triplet: AF, 29 and 27. RGB value is (175,41,39). Sum of RGB (Red+Green+Blue) = 175+41+39=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2927 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2927 is #50D6D8. Grayscale: #505050. Windows color (decimal): -5297881 or 2566575. OLE color: 2566575.

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

Color convert

RGB 175 41 39 -
CMYK 0 0.77 0.78 0.31
HSL 0.88º 0.64% 0.42% -
HSV(B) 0.88º 0.78% 0.69% -
XYZ 18.84 10.85 3.02 -
YUV 80.84 104.39 195.16 -
System Red Green Blue C M Y K H S L
Decimal 175 41 39 0 0.77 0.78 0.31 0.88 0.64 0.42
Hex AF 29 27 0 4D 4E 1F 1 40 2A
Octal 257 51 47 0 115 116 37 1 100 52
Binary 10101111 101001 100111 0 1001101 1001110 11111 1 1000000 101010

Color Harmonies of #AF2927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2927

Black with #AF2927

Text Example


Text Example

White with #AF2927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2927; }

 p { color: rgb(175,41,39); }

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

background-color css

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

 a { background-color: rgb(175,41,39); }

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

border-color css

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

 span { border-color: rgb(175,41,39); }

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