Html Css Color HEX #AF093F Cardinal

📋 copy color: '#AF093F'

red 175 ◦ green 9 ◦ blue 63

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

Shades of Cardinal #AF093F

Tints of Cardinal #AF093F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.64%

 BLUE value IS 63 (25% from 255) = 25.51%

R = 70.85%
G = 3.64%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF093F (or 0xAF093F) is known color: Cardinal. HEX triplet: AF, 09 and 3F. RGB value is (175,9,63). Sum of RGB (Red+Green+Blue) = 175+9+63=247 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.85% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 175 - color contains mainly: red. Hex color #AF093F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF093F is #50F6C0. Grayscale: #404040. Windows color (decimal): -5306049 or 4131247. OLE color: 4131247.

HSL color Cylindrical-coordinate representation of color #AF093F: hue angle of 340.48º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF093F is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 9 63 -
CMYK 0 0.95 0.64 0.31
HSL 340.48º 0.9% 0.36% -
HSV(B) 340.48º 0.95% 0.69% -
XYZ 18.67 9.67 5.58 -
YUV 64.79 127 206.61 -
System Red Green Blue C M Y K H S L
Decimal 175 9 63 0 0.95 0.64 0.31 340.48 0.9 0.36
Hex AF 9 3F 0 5F 40 1F 154 5A 24
Octal 257 11 77 0 137 100 37 524 132 44
Binary 10101111 1001 111111 0 1011111 1000000 11111 101010100 1011010 100100

Color Harmonies of #AF093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF093F

Black with #AF093F

Text Example


Text Example

White with #AF093F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF093F; }

 p { color: rgb(175,9,63); }

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

background-color css

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

 a { background-color: rgb(175,9,63); }

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

border-color css

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

 span { border-color: rgb(175,9,63); }

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