Html Css Color HEX #AF0206 Sangria

📋 copy color: '#AF0206'

red 175 ◦ green 2 ◦ blue 6

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

Shades of Sangria #AF0206

Tints of Sangria #AF0206

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.09%

 BLUE value IS 6 (2.73% from 255) = 3.28%

R = 95.63%
G = 1.09%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF0206 (or 0xAF0206) is known color: Sangria. HEX triplet: AF, 02 and 06. RGB value is (175,2,6). Sum of RGB (Red+Green+Blue) = 175+2+6=183 (24% of max value = 765). Red value is 175 (68.75% from 255 or 95.63% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 6 (2.73% from 255 or 3.28% from 183); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0206 is #50FDF9. Grayscale: #363636. Windows color (decimal): -5307898 or 393903. OLE color: 393903.

HSL color Cylindrical-coordinate representation of color #AF0206: hue angle of 358.61º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF0206 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 2 6 -
CMYK 0 0.99 0.97 0.31
HSL 358.61º 0.98% 0.35% -
HSV(B) 358.61º 0.99% 0.69% -
XYZ 17.73 9.17 1.01 -
YUV 54.18 100.81 214.17 -
System Red Green Blue C M Y K H S L
Decimal 175 2 6 0 0.99 0.97 0.31 358.61 0.98 0.35
Hex AF 2 6 0 63 61 1F 167 62 23
Octal 257 2 6 0 143 141 37 547 142 43
Binary 10101111 10 110 0 1100011 1100001 11111 101100111 1100010 100011

Color Harmonies of #AF0206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0206

Black with #AF0206

Text Example


Text Example

White with #AF0206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0206; }

 p { color: rgb(175,2,6); }

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

background-color css

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

 a { background-color: rgb(175,2,6); }

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

border-color css

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

 span { border-color: rgb(175,2,6); }

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