Html Css Color HEX #AF262D Guardsman Red

📋 copy color: '#AF262D'

red 175 ◦ green 38 ◦ blue 45

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

Shades of Guardsman Red #AF262D

Tints of Guardsman Red #AF262D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.73%

 BLUE value IS 45 (17.97% from 255) = 17.44%

R = 67.83%
G = 14.73%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF262D (or 0xAF262D) is known color: Guardsman Red. HEX triplet: AF, 26 and 2D. RGB value is (175,38,45). Sum of RGB (Red+Green+Blue) = 175+38+45=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF262D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF262D is #50D9D2. Grayscale: #4F4F4F. Windows color (decimal): -5298643 or 2959023. OLE color: 2959023.

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

Color convert

RGB 175 38 45 -
CMYK 0 0.78 0.74 0.31
HSL 356.93º 0.64% 0.42% -
HSV(B) 356.93º 0.78% 0.69% -
XYZ 18.85 10.69 3.55 -
YUV 79.76 108.39 195.93 -
System Red Green Blue C M Y K H S L
Decimal 175 38 45 0 0.78 0.74 0.31 356.93 0.64 0.42
Hex AF 26 2D 0 4E 4A 1F 165 40 2A
Octal 257 46 55 0 116 112 37 545 100 52
Binary 10101111 100110 101101 0 1001110 1001010 11111 101100101 1000000 101010

Color Harmonies of #AF262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF262D

Black with #AF262D

Text Example


Text Example

White with #AF262D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF262D; }

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

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

background-color css

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

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

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

border-color css

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

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

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