Html Css Color HEX #AF0405 Sangria

📋 copy color: '#AF0405'

red 175 ◦ green 4 ◦ blue 5

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

Shades of Sangria #AF0405

Tints of Sangria #AF0405

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.17%

 BLUE value IS 5 (2.34% from 255) = 2.72%

R = 95.11%
G = 2.17%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF0405 (or 0xAF0405) is known color: Sangria. HEX triplet: AF, 04 and 05. RGB value is (175,4,5). Sum of RGB (Red+Green+Blue) = 175+4+5=184 (24% of max value = 765). Red value is 175 (68.75% from 255 or 95.11% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 5 (2.34% from 255 or 2.72% from 184); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0405 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0405 is #50FBFA. Grayscale: #373737. Windows color (decimal): -5307387 or 328879. OLE color: 328879.

HSL color Cylindrical-coordinate representation of color #AF0405: hue angle of 359.65º degrees, saturation: 0.96, 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 #AF0405 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 4 5 -
CMYK 0 0.98 0.97 0.31
HSL 359.65º 0.96% 0.35% -
HSV(B) 359.65º 0.98% 0.69% -
XYZ 17.75 9.21 0.99 -
YUV 55.24 99.65 213.42 -
System Red Green Blue C M Y K H S L
Decimal 175 4 5 0 0.98 0.97 0.31 359.65 0.96 0.35
Hex AF 4 5 0 62 61 1F 168 60 23
Octal 257 4 5 0 142 141 37 550 140 43
Binary 10101111 100 101 0 1100010 1100001 11111 101101000 1100000 100011

Color Harmonies of #AF0405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0405

Black with #AF0405

Text Example


Text Example

White with #AF0405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0405; }

 p { color: rgb(175,4,5); }

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

background-color css

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

 a { background-color: rgb(175,4,5); }

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

border-color css

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

 span { border-color: rgb(175,4,5); }

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