Html Css Color HEX #AF123A Cardinal

📋 copy color: '#AF123A'

red 175 ◦ green 18 ◦ blue 58

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

Shades of Cardinal #AF123A

Tints of Cardinal #AF123A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.17%

 BLUE value IS 58 (23.05% from 255) = 23.11%

R = 69.72%
G = 7.17%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF123A (or 0xAF123A) is known color: Cardinal. HEX triplet: AF, 12 and 3A. RGB value is (175,18,58). Sum of RGB (Red+Green+Blue) = 175+18+58=251 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.72% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 175 - color contains mainly: red. Hex color #AF123A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF123A is #50EDC5. Grayscale: #454545. Windows color (decimal): -5303750 or 3805871. OLE color: 3805871.

HSL color Cylindrical-coordinate representation of color #AF123A: hue angle of 344.71º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF123A is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 18 58 -
CMYK 0 0.90 0.67 0.31
HSL 344.71º 0.81% 0.38% -
HSV(B) 344.71º 0.9% 0.69% -
XYZ 18.66 9.85 4.92 -
YUV 69.5 121.51 203.25 -
System Red Green Blue C M Y K H S L
Decimal 175 18 58 0 0.90 0.67 0.31 344.71 0.81 0.38
Hex AF 12 3A 0 5A 43 1F 159 51 26
Octal 257 22 72 0 132 103 37 531 121 46
Binary 10101111 10010 111010 0 1011010 1000011 11111 101011001 1010001 100110

Color Harmonies of #AF123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF123A

Black with #AF123A

Text Example


Text Example

White with #AF123A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF123A; }

 p { color: rgb(175,18,58); }

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

background-color css

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

 a { background-color: rgb(175,18,58); }

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

border-color css

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

 span { border-color: rgb(175,18,58); }

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