Html Css Color HEX #AF093E Cardinal

📋 copy color: '#AF093E'

red 175 ◦ green 9 ◦ blue 62

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

Shades of Cardinal #AF093E

Tints of Cardinal #AF093E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.2%

R = 71.14%
G = 3.66%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF093E (or 0xAF093E) is known color: Cardinal. HEX triplet: AF, 09 and 3E. RGB value is (175,9,62). Sum of RGB (Red+Green+Blue) = 175+9+62=246 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.14% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 175 - color contains mainly: red. Hex color #AF093E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF093E is #50F6C1. Grayscale: #404040. Windows color (decimal): -5306050 or 4065711. OLE color: 4065711.

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

Color convert

RGB 175 9 62 -
CMYK 0 0.95 0.65 0.31
HSL 340.84º 0.9% 0.36% -
HSV(B) 340.84º 0.95% 0.69% -
XYZ 18.65 9.66 5.44 -
YUV 64.68 126.5 206.69 -
System Red Green Blue C M Y K H S L
Decimal 175 9 62 0 0.95 0.65 0.31 340.84 0.9 0.36
Hex AF 9 3E 0 5F 41 1F 155 5A 24
Octal 257 11 76 0 137 101 37 525 132 44
Binary 10101111 1001 111110 0 1011111 1000001 11111 101010101 1011010 100100

Color Harmonies of #AF093E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF093E

Black with #AF093E

Text Example


Text Example

White with #AF093E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF093E; }

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

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

background-color css

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

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

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

border-color css

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

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

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