Html Css Color HEX #AF0305 Sangria

📋 copy color: '#AF0305'

red 175 ◦ green 3 ◦ blue 5

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

Shades of Sangria #AF0305

Tints of Sangria #AF0305

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.64%

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

R = 95.63%
G = 1.64%
B = 2.73%

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

#AF0305 (or 0xAF0305) is known color: Sangria. HEX triplet: AF, 03 and 05. RGB value is (175,3,5). Sum of RGB (Red+Green+Blue) = 175+3+5=183 (24% of max value = 765). Red value is 175 (68.75% from 255 or 95.63% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0305 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0305 is #50FCFA. Grayscale: #363636. Windows color (decimal): -5307643 or 328623. OLE color: 328623.

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

Color convert

RGB 175 3 5 -
CMYK 0 0.98 0.97 0.31
HSL 359.3º 0.97% 0.35% -
HSV(B) 359.3º 0.98% 0.69% -
XYZ 17.74 9.19 0.98 -
YUV 54.66 99.98 213.84 -
System Red Green Blue C M Y K H S L
Decimal 175 3 5 0 0.98 0.97 0.31 359.3 0.97 0.35
Hex AF 3 5 0 62 61 1F 167 61 23
Octal 257 3 5 0 142 141 37 547 141 43
Binary 10101111 11 101 0 1100010 1100001 11111 101100111 1100001 100011

Color Harmonies of #AF0305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0305

Black with #AF0305

Text Example


Text Example

White with #AF0305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0305; }

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

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

background-color css

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

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

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

border-color css

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

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

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